Html Css Color HEX #769A17 Christi

📋 copy color: '#769A17'

red 118 ◦ green 154 ◦ blue 23

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

Shades of Christi #769A17

Tints of Christi #769A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 40%
G = 52.2%
B = 7.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#769A17 (or 0x769A17) is known color: Christi. HEX triplet: 76, 9A and 17. RGB value is (118,154,23). Sum of RGB (Red+Green+Blue) = 118+154+23=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #769A17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769A17 is #8965E8. Grayscale: #808080. Windows color (decimal): -9004521 or 1546870. OLE color: 1546870.

HSL color Cylindrical-coordinate representation of color #769A17: hue angle of 76.49º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #769A17 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 23 -
CMYK 0.23 0 0.85 0.40
HSL 76.49º 0.74% 0.35% -
HSV(B) 76.49º 0.85% 0.6% -
XYZ 19.18 27.02 5.02 -
YUV 128.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 118 154 23 0.23 0 0.85 0.40 76.49 0.74 0.35
Hex 76 9A 17 17 0 55 28 4C 4A 23
Octal 166 232 27 27 0 125 50 114 112 43
Binary 1110110 10011010 10111 10111 0 1010101 101000 1001100 1001010 100011

Color Harmonies of #769A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A17

Black with #769A17

Text Example


Text Example

White with #769A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769A17; }

 p { color: rgb(118,154,23); }

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

background-color css

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

 a { background-color: rgb(118,154,23); }

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

border-color css

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

 span { border-color: rgb(118,154,23); }

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