Html Css Color HEX #76B809 Christi

📋 copy color: '#76B809'

red 118 ◦ green 184 ◦ blue 9

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

Shades of Christi #76B809

Tints of Christi #76B809

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.16%

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

R = 37.94%
G = 59.16%
B = 2.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#76B809 (or 0x76B809) is known color: Christi. HEX triplet: 76, B8 and 09. RGB value is (118,184,9). Sum of RGB (Red+Green+Blue) = 118+184+9=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #76B809 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B809 is #8947F6. Grayscale: #909090. Windows color (decimal): -8996855 or 637046. OLE color: 637046.

HSL color Cylindrical-coordinate representation of color #76B809: hue angle of 82.63º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76B809 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 184 9 -
CMYK 0.36 0 0.95 0.28
HSL 82.63º 0.91% 0.38% -
HSV(B) 82.63º 0.95% 0.72% -
XYZ 24.66 38.15 6.32 -
YUV 144.32 51.63 109.23 -
System Red Green Blue C M Y K H S L
Decimal 118 184 9 0.36 0 0.95 0.28 82.63 0.91 0.38
Hex 76 B8 9 24 0 5F 1C 53 5B 26
Octal 166 270 11 44 0 137 34 123 133 46
Binary 1110110 10111000 1001 100100 0 1011111 11100 1010011 1011011 100110

Color Harmonies of #76B809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B809

Black with #76B809

Text Example


Text Example

White with #76B809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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