Html Css Color HEX #759B07 Christi

📋 copy color: '#759B07'

red 117 ◦ green 155 ◦ blue 7

#759B07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #759B07

Tints of Christi #759B07

RGB

 RED value IS 117 (46.09% from 255) = 41.94%

 GREEN value IS 155 (60.94% from 255) = 55.56%

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 41.94%
G = 55.56%
B = 2.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#759B07 (or 0x759B07) is known color: Christi. HEX triplet: 75, 9B and 07. RGB value is (117,155,7). Sum of RGB (Red+Green+Blue) = 117+155+7=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #759B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B07 is #8A64F8. Grayscale: #7F7F7F. Windows color (decimal): -9069817 or 498549. OLE color: 498549.

HSL color Cylindrical-coordinate representation of color #759B07: hue angle of 75.41º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #759B07 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 7 -
CMYK 0.25 0 0.95 0.39
HSL 75.41º 0.91% 0.32% -
HSV(B) 75.41º 0.95% 0.61% -
XYZ 19.1 27.24 4.45 -
YUV 126.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 117 155 7 0.25 0 0.95 0.39 75.41 0.91 0.32
Hex 75 9B 7 19 0 5F 27 4B 5B 20
Octal 165 233 7 31 0 137 47 113 133 40
Binary 1110101 10011011 111 11001 0 1011111 100111 1001011 1011011 100000

Color Harmonies of #759B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B07

Black with #759B07

Text Example


Text Example

White with #759B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B07; }

 p { color: rgb(117,155,7); }

 H1.HeaderClassName
 {
   color: #759B07;
 }
 .AnyTagClassName
 {
   color: #759B07;
 }
</style>

background-color css

<style>
 a { background-color: #759B07; }

 a { background-color: rgb(117,155,7); }

 div.DivClassName
 {
   background-color: #759B07;
 }
 .BgClassName
 {
   background-color: #759B07;
 }
</style>

border-color css

<style>
 span { border-color: #759B07; }

 span { border-color: rgb(117,155,7); }

 td.TdClassName
 {
   border-color: #759B07;
 }
 .TagClassName
 {
   border-color: #759B07;
 }
</style>