Html Css Color HEX #76A70D Christi

📋 copy color: '#76A70D'

red 118 ◦ green 167 ◦ blue 13

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

Shades of Christi #76A70D

Tints of Christi #76A70D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.04%

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

R = 39.6%
G = 56.04%
B = 4.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#76A70D (or 0x76A70D) is known color: Christi. HEX triplet: 76, A7 and 0D. RGB value is (118,167,13). Sum of RGB (Red+Green+Blue) = 118+167+13=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #76A70D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A70D is #8958F2. Grayscale: #878787. Windows color (decimal): -9001203 or 894838. OLE color: 894838.

HSL color Cylindrical-coordinate representation of color #76A70D: hue angle of 79.09º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76A70D is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 167 13 -
CMYK 0.29 0 0.92 0.35
HSL 79.09º 0.86% 0.35% -
HSV(B) 79.09º 0.92% 0.65% -
XYZ 21.36 31.52 5.34 -
YUV 134.79 59.27 116.02 -
System Red Green Blue C M Y K H S L
Decimal 118 167 13 0.29 0 0.92 0.35 79.09 0.86 0.35
Hex 76 A7 D 1D 0 5C 23 4F 56 23
Octal 166 247 15 35 0 134 43 117 126 43
Binary 1110110 10100111 1101 11101 0 1011100 100011 1001111 1010110 100011

Color Harmonies of #76A70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A70D

Black with #76A70D

Text Example


Text Example

White with #76A70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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