Html Css Color HEX #769D20 Christi

📋 copy color: '#769D20'

red 118 ◦ green 157 ◦ blue 32

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

Shades of Christi #769D20

Tints of Christi #769D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.14%

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 38.44%
G = 51.14%
B = 10.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#769D20 (or 0x769D20) is known color: Christi. HEX triplet: 76, 9D and 20. RGB value is (118,157,32). Sum of RGB (Red+Green+Blue) = 118+157+32=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #769D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769D20 is #8962DF. Grayscale: #838383. Windows color (decimal): -9003744 or 2137462. OLE color: 2137462.

HSL color Cylindrical-coordinate representation of color #769D20: hue angle of 78.72º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #769D20 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 157 32 -
CMYK 0.25 0 0.80 0.38
HSL 78.72º 0.66% 0.37% -
HSV(B) 78.72º 0.8% 0.62% -
XYZ 19.79 28.07 5.74 -
YUV 131.09 72.08 118.66 -
System Red Green Blue C M Y K H S L
Decimal 118 157 32 0.25 0 0.80 0.38 78.72 0.66 0.37
Hex 76 9D 20 19 0 50 26 4F 42 25
Octal 166 235 40 31 0 120 46 117 102 45
Binary 1110110 10011101 100000 11001 0 1010000 100110 1001111 1000010 100101

Color Harmonies of #769D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D20

Black with #769D20

Text Example


Text Example

White with #769D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,157,32); }

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

background-color css

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

 a { background-color: rgb(118,157,32); }

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

border-color css

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

 span { border-color: rgb(118,157,32); }

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