Html Css Color HEX #76C707 Christi

📋 copy color: '#76C707'

red 118 ◦ green 199 ◦ blue 7

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

Shades of Christi #76C707

Tints of Christi #76C707

RGB

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

 GREEN value IS 199 (78.13% from 255) = 61.42%

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

R = 36.42%
G = 61.42%
B = 2.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#76C707 (or 0x76C707) is known color: Christi. HEX triplet: 76, C7 and 07. RGB value is (118,199,7). Sum of RGB (Red+Green+Blue) = 118+199+7=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #76C707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C707 is #8938F8. Grayscale: #999999. Windows color (decimal): -8993017 or 509814. OLE color: 509814.

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

Color convert

RGB 118 199 7 -
CMYK 0.41 0 0.96 0.22
HSL 85.31º 0.93% 0.4% -
HSV(B) 85.31º 0.96% 0.78% -
XYZ 27.93 44.71 7.36 -
YUV 152.89 45.66 103.11 -
System Red Green Blue C M Y K H S L
Decimal 118 199 7 0.41 0 0.96 0.22 85.31 0.93 0.4
Hex 76 C7 7 29 0 60 16 55 5D 28
Octal 166 307 7 51 0 140 26 125 135 50
Binary 1110110 11000111 111 101001 0 1100000 10110 1010101 1011101 101000

Color Harmonies of #76C707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C707

Black with #76C707

Text Example


Text Example

White with #76C707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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