Html Css Color HEX #76AB0D Christi

📋 copy color: '#76AB0D'

red 118 ◦ green 171 ◦ blue 13

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

Shades of Christi #76AB0D

Tints of Christi #76AB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.62%

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 39.07%
G = 56.62%
B = 4.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#76AB0D (or 0x76AB0D) is known color: Christi. HEX triplet: 76, AB and 0D. RGB value is (118,171,13). Sum of RGB (Red+Green+Blue) = 118+171+13=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AB0D is #8954F2. Grayscale: #898989. Windows color (decimal): -9000179 or 895862. OLE color: 895862.

HSL color Cylindrical-coordinate representation of color #76AB0D: hue angle of 80.13º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76AB0D is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 13 -
CMYK 0.31 0 0.92 0.33
HSL 80.13º 0.86% 0.36% -
HSV(B) 80.13º 0.92% 0.67% -
XYZ 22.11 33.01 5.59 -
YUV 137.14 57.94 114.35 -
System Red Green Blue C M Y K H S L
Decimal 118 171 13 0.31 0 0.92 0.33 80.13 0.86 0.36
Hex 76 AB D 1F 0 5C 21 50 56 24
Octal 166 253 15 37 0 134 41 120 126 44
Binary 1110110 10101011 1101 11111 0 1011100 100001 1010000 1010110 100100

Color Harmonies of #76AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB0D

Black with #76AB0D

Text Example


Text Example

White with #76AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,13); }

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

background-color css

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

 a { background-color: rgb(118,171,13); }

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

border-color css

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

 span { border-color: rgb(118,171,13); }

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