Html Css Color HEX #76BC07 Christi

📋 copy color: '#76BC07'

red 118 ◦ green 188 ◦ blue 7

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

Shades of Christi #76BC07

Tints of Christi #76BC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.06%

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

R = 37.7%
G = 60.06%
B = 2.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#76BC07 (or 0x76BC07) is known color: Christi. HEX triplet: 76, BC and 07. RGB value is (118,188,7). Sum of RGB (Red+Green+Blue) = 118+188+7=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BC07 is #8943F8. Grayscale: #939393. Windows color (decimal): -8995833 or 506998. OLE color: 506998.

HSL color Cylindrical-coordinate representation of color #76BC07: hue angle of 83.2º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76BC07 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 7 -
CMYK 0.37 0 0.96 0.26
HSL 83.2º 0.93% 0.38% -
HSV(B) 83.2º 0.96% 0.74% -
XYZ 25.49 39.83 6.55 -
YUV 146.44 49.31 107.72 -
System Red Green Blue C M Y K H S L
Decimal 118 188 7 0.37 0 0.96 0.26 83.2 0.93 0.38
Hex 76 BC 7 25 0 60 1A 53 5D 26
Octal 166 274 7 45 0 140 32 123 135 46
Binary 1110110 10111100 111 100101 0 1100000 11010 1010011 1011101 100110

Color Harmonies of #76BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC07

Black with #76BC07

Text Example


Text Example

White with #76BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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