Html Css Color HEX #769911 Christi

📋 copy color: '#769911'

red 118 ◦ green 153 ◦ blue 17

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

Shades of Christi #769911

Tints of Christi #769911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 40.97%
G = 53.13%
B = 5.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#769911 (or 0x769911) is known color: Christi. HEX triplet: 76, 99 and 11. RGB value is (118,153,17). Sum of RGB (Red+Green+Blue) = 118+153+17=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #769911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769911 is #8966EE. Grayscale: #7F7F7F. Windows color (decimal): -9004783 or 1153398. OLE color: 1153398.

HSL color Cylindrical-coordinate representation of color #769911: hue angle of 75.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #769911 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 17 -
CMYK 0.23 0 0.89 0.4
HSL 75.44º 0.8% 0.33% -
HSV(B) 75.44º 0.89% 0.6% -
XYZ 18.96 26.67 4.68 -
YUV 127.03 65.9 121.56 -
System Red Green Blue C M Y K H S L
Decimal 118 153 17 0.23 0 0.89 0.4 75.44 0.8 0.33
Hex 76 99 11 17 0 59 28 4B 50 21
Octal 166 231 21 27 0 131 50 113 120 41
Binary 1110110 10011001 10001 10111 0 1011001 101000 1001011 1010000 100001

Color Harmonies of #769911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769911

Black with #769911

Text Example


Text Example

White with #769911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769911; }

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

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

background-color css

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

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

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

border-color css

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

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

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