Html Css Color HEX #76C80A Christi

📋 copy color: '#76C80A'

red 118 ◦ green 200 ◦ blue 10

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

Shades of Christi #76C80A

Tints of Christi #76C80A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.98%

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 35.98%
G = 60.98%
B = 3.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#76C80A (or 0x76C80A) is known color: Christi. HEX triplet: 76, C8 and 0A. RGB value is (118,200,10). Sum of RGB (Red+Green+Blue) = 118+200+10=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #76C80A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C80A is #8937F5. Grayscale: #9A9A9A. Windows color (decimal): -8992758 or 706678. OLE color: 706678.

HSL color Cylindrical-coordinate representation of color #76C80A: hue angle of 85.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76C80A is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 10 -
CMYK 0.41 0 0.95 0.22
HSL 85.89º 0.9% 0.41% -
HSV(B) 85.89º 0.95% 0.78% -
XYZ 28.18 45.18 7.52 -
YUV 153.82 46.83 102.45 -
System Red Green Blue C M Y K H S L
Decimal 118 200 10 0.41 0 0.95 0.22 85.89 0.9 0.41
Hex 76 C8 A 29 0 5F 16 56 5A 29
Octal 166 310 12 51 0 137 26 126 132 51
Binary 1110110 11001000 1010 101001 0 1011111 10110 1010110 1011010 101001

Color Harmonies of #76C80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C80A

Black with #76C80A

Text Example


Text Example

White with #76C80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,200,10); }

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

background-color css

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

 a { background-color: rgb(118,200,10); }

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

border-color css

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

 span { border-color: rgb(118,200,10); }

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