Html Css Color HEX #759B09 Christi

📋 copy color: '#759B09'

red 117 ◦ green 155 ◦ blue 9

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

Shades of Christi #759B09

Tints of Christi #759B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 41.64%
G = 55.16%
B = 3.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#759B09 (or 0x759B09) is known color: Christi. HEX triplet: 75, 9B and 09. RGB value is (117,155,9). Sum of RGB (Red+Green+Blue) = 117+155+9=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #759B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B09 is #8A64F6. Grayscale: #7F7F7F. Windows color (decimal): -9069815 or 629621. OLE color: 629621.

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

Color convert

RGB 117 155 9 -
CMYK 0.25 0 0.94 0.39
HSL 75.62º 0.89% 0.32% -
HSV(B) 75.62º 0.94% 0.61% -
XYZ 19.11 27.24 4.51 -
YUV 126.99 61.41 120.87 -
System Red Green Blue C M Y K H S L
Decimal 117 155 9 0.25 0 0.94 0.39 75.62 0.89 0.32
Hex 75 9B 9 19 0 5E 27 4C 59 20
Octal 165 233 11 31 0 136 47 114 131 40
Binary 1110101 10011011 1001 11001 0 1011110 100111 1001100 1011001 100000

Color Harmonies of #759B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B09

Black with #759B09

Text Example


Text Example

White with #759B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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