Html Css Color HEX #76C509 Christi

📋 copy color: '#76C509'

red 118 ◦ green 197 ◦ blue 9

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

Shades of Christi #76C509

Tints of Christi #76C509

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.8%

 BLUE value IS 9 (3.91% from 255) = 2.78%

R = 36.42%
G = 60.8%
B = 2.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#76C509 (or 0x76C509) is known color: Christi. HEX triplet: 76, C5 and 09. RGB value is (118,197,9). Sum of RGB (Red+Green+Blue) = 118+197+9=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #76C509 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C509 is #893AF6. Grayscale: #989898. Windows color (decimal): -8993527 or 640374. OLE color: 640374.

HSL color Cylindrical-coordinate representation of color #76C509: hue angle of 85.21º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76C509 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 9 -
CMYK 0.40 0 0.95 0.23
HSL 85.21º 0.91% 0.4% -
HSV(B) 85.21º 0.95% 0.77% -
XYZ 27.49 43.8 7.26 -
YUV 151.95 47.33 103.79 -
System Red Green Blue C M Y K H S L
Decimal 118 197 9 0.40 0 0.95 0.23 85.21 0.91 0.4
Hex 76 C5 9 28 0 5F 17 55 5B 28
Octal 166 305 11 50 0 137 27 125 133 50
Binary 1110110 11000101 1001 101000 0 1011111 10111 1010101 1011011 101000

Color Harmonies of #76C509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C509

Black with #76C509

Text Example


Text Example

White with #76C509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,197,9); }

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

background-color css

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

 a { background-color: rgb(118,197,9); }

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

border-color css

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

 span { border-color: rgb(118,197,9); }

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