Html Css Color HEX #769909 Christi

📋 copy color: '#769909'

red 118 ◦ green 153 ◦ blue 9

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

Shades of Christi #769909

Tints of Christi #769909

RGB

 RED value IS 118 (46.48% from 255) = 42.14%

 GREEN value IS 153 (60.16% from 255) = 54.64%

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

R = 42.14%
G = 54.64%
B = 3.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#769909 (or 0x769909) is known color: Christi. HEX triplet: 76, 99 and 09. RGB value is (118,153,9). Sum of RGB (Red+Green+Blue) = 118+153+9=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #769909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769909 is #8966F6. Grayscale: #7E7E7E. Windows color (decimal): -9004791 or 629110. OLE color: 629110.

HSL color Cylindrical-coordinate representation of color #769909: hue angle of 74.58º 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 #769909 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 9 -
CMYK 0.23 0 0.94 0.4
HSL 74.58º 0.89% 0.32% -
HSV(B) 74.58º 0.94% 0.6% -
XYZ 18.91 26.65 4.41 -
YUV 126.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 118 153 9 0.23 0 0.94 0.4 74.58 0.89 0.32
Hex 76 99 9 17 0 5E 28 4B 59 20
Octal 166 231 11 27 0 136 50 113 131 40
Binary 1110110 10011001 1001 10111 0 1011110 101000 1001011 1011001 100000

Color Harmonies of #769909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769909

Black with #769909

Text Example


Text Example

White with #769909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769909; }

 p { color: rgb(118,153,9); }

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

background-color css

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

 a { background-color: rgb(118,153,9); }

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

border-color css

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

 span { border-color: rgb(118,153,9); }

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