Html Css Color HEX #76C00F Christi

📋 copy color: '#76C00F'

red 118 ◦ green 192 ◦ blue 15

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

Shades of Christi #76C00F

Tints of Christi #76C00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.08%

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 36.31%
G = 59.08%
B = 4.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#76C00F (or 0x76C00F) is known color: Christi. HEX triplet: 76, C0 and 0F. RGB value is (118,192,15). Sum of RGB (Red+Green+Blue) = 118+192+15=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #76C00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C00F is #893FF0. Grayscale: #969696. Windows color (decimal): -8994801 or 1032310. OLE color: 1032310.

HSL color Cylindrical-coordinate representation of color #76C00F: hue angle of 85.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76C00F is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 15 -
CMYK 0.39 0 0.92 0.25
HSL 85.08º 0.86% 0.41% -
HSV(B) 85.08º 0.92% 0.75% -
XYZ 26.41 41.59 7.09 -
YUV 149.7 51.98 105.39 -
System Red Green Blue C M Y K H S L
Decimal 118 192 15 0.39 0 0.92 0.25 85.08 0.86 0.41
Hex 76 C0 F 27 0 5C 19 55 56 29
Octal 166 300 17 47 0 134 31 125 126 51
Binary 1110110 11000000 1111 100111 0 1011100 11001 1010101 1010110 101001

Color Harmonies of #76C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C00F

Black with #76C00F

Text Example


Text Example

White with #76C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,192,15); }

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

background-color css

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

 a { background-color: rgb(118,192,15); }

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

border-color css

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

 span { border-color: rgb(118,192,15); }

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