Html Css Color HEX #759A09 Christi

📋 copy color: '#759A09'

red 117 ◦ green 154 ◦ blue 9

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

Shades of Christi #759A09

Tints of Christi #759A09

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55%

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

R = 41.79%
G = 55%
B = 3.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#759A09 (or 0x759A09) is known color: Christi. HEX triplet: 75, 9A and 09. RGB value is (117,154,9). Sum of RGB (Red+Green+Blue) = 117+154+9=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #759A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759A09 is #8A65F6. Grayscale: #7E7E7E. Windows color (decimal): -9070071 or 629365. OLE color: 629365.

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

Color convert

RGB 117 154 9 -
CMYK 0.24 0 0.94 0.40
HSL 75.31º 0.89% 0.32% -
HSV(B) 75.31º 0.94% 0.6% -
XYZ 18.94 26.91 4.45 -
YUV 126.41 61.74 121.29 -
System Red Green Blue C M Y K H S L
Decimal 117 154 9 0.24 0 0.94 0.40 75.31 0.89 0.32
Hex 75 9A 9 18 0 5E 28 4B 59 20
Octal 165 232 11 30 0 136 50 113 131 40
Binary 1110101 10011010 1001 11000 0 1011110 101000 1001011 1011001 100000

Color Harmonies of #759A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A09

Black with #759A09

Text Example


Text Example

White with #759A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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