Html Css Color HEX #76A21D Christi

📋 copy color: '#76A21D'

red 118 ◦ green 162 ◦ blue 29

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

Shades of Christi #76A21D

Tints of Christi #76A21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.43%

 BLUE value IS 29 (11.72% from 255) = 9.39%

R = 38.19%
G = 52.43%
B = 9.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#76A21D (or 0x76A21D) is known color: Christi. HEX triplet: 76, A2 and 1D. RGB value is (118,162,29). Sum of RGB (Red+Green+Blue) = 118+162+29=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #76A21D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A21D is #895DE2. Grayscale: #868686. Windows color (decimal): -9002467 or 1942134. OLE color: 1942134.

HSL color Cylindrical-coordinate representation of color #76A21D: hue angle of 79.85º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76A21D is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 29 -
CMYK 0.27 0 0.82 0.36
HSL 79.85º 0.7% 0.37% -
HSV(B) 79.85º 0.82% 0.64% -
XYZ 20.61 29.78 5.82 -
YUV 133.68 68.92 116.81 -
System Red Green Blue C M Y K H S L
Decimal 118 162 29 0.27 0 0.82 0.36 79.85 0.7 0.37
Hex 76 A2 1D 1B 0 52 24 50 46 25
Octal 166 242 35 33 0 122 44 120 106 45
Binary 1110110 10100010 11101 11011 0 1010010 100100 1010000 1000110 100101

Color Harmonies of #76A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A21D

Black with #76A21D

Text Example


Text Example

White with #76A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A21D; }

 p { color: rgb(118,162,29); }

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

background-color css

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

 a { background-color: rgb(118,162,29); }

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

border-color css

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

 span { border-color: rgb(118,162,29); }

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