Html Css Color HEX #769C19 Christi

📋 copy color: '#769C19'

red 118 ◦ green 156 ◦ blue 25

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

Shades of Christi #769C19

Tints of Christi #769C19

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.17%

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 39.46%
G = 52.17%
B = 8.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#769C19 (or 0x769C19) is known color: Christi. HEX triplet: 76, 9C and 19. RGB value is (118,156,25). Sum of RGB (Red+Green+Blue) = 118+156+25=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #769C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769C19 is #8963E6. Grayscale: #828282. Windows color (decimal): -9004007 or 1678454. OLE color: 1678454.

HSL color Cylindrical-coordinate representation of color #769C19: hue angle of 77.4º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #769C19 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 156 25 -
CMYK 0.24 0 0.84 0.39
HSL 77.4º 0.72% 0.35% -
HSV(B) 77.4º 0.84% 0.61% -
XYZ 19.54 27.7 5.24 -
YUV 129.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 118 156 25 0.24 0 0.84 0.39 77.4 0.72 0.35
Hex 76 9C 19 18 0 54 27 4D 48 23
Octal 166 234 31 30 0 124 47 115 110 43
Binary 1110110 10011100 11001 11000 0 1010100 100111 1001101 1001000 100011

Color Harmonies of #769C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C19

Black with #769C19

Text Example


Text Example

White with #769C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,25); }

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

background-color css

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

 a { background-color: rgb(118,156,25); }

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

border-color css

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

 span { border-color: rgb(118,156,25); }

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