Html Css Color HEX #76A107 Christi

📋 copy color: '#76A107'

red 118 ◦ green 161 ◦ blue 7

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

Shades of Christi #76A107

Tints of Christi #76A107

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.29%

 BLUE value IS 7 (3.13% from 255) = 2.45%

R = 41.26%
G = 56.29%
B = 2.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#76A107 (or 0x76A107) is known color: Christi. HEX triplet: 76, A1 and 07. RGB value is (118,161,7). Sum of RGB (Red+Green+Blue) = 118+161+7=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #76A107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A107 is #895EF8. Grayscale: #838383. Windows color (decimal): -9002745 or 500086. OLE color: 500086.

HSL color Cylindrical-coordinate representation of color #76A107: hue angle of 76.75º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76A107 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 161 7 -
CMYK 0.27 0 0.96 0.37
HSL 76.75º 0.92% 0.33% -
HSV(B) 76.75º 0.96% 0.63% -
XYZ 20.25 29.36 4.8 -
YUV 130.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 118 161 7 0.27 0 0.96 0.37 76.75 0.92 0.33
Hex 76 A1 7 1B 0 60 25 4D 5C 21
Octal 166 241 7 33 0 140 45 115 134 41
Binary 1110110 10100001 111 11011 0 1100000 100101 1001101 1011100 100001

Color Harmonies of #76A107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A107

Black with #76A107

Text Example


Text Example

White with #76A107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,161,7); }

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

background-color css

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

 a { background-color: rgb(118,161,7); }

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

border-color css

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

 span { border-color: rgb(118,161,7); }

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