Html Css Color HEX #76B805 Christi

📋 copy color: '#76B805'

red 118 ◦ green 184 ◦ blue 5

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

Shades of Christi #76B805

Tints of Christi #76B805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 38.44%
G = 59.93%
B = 1.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#76B805 (or 0x76B805) is known color: Christi. HEX triplet: 76, B8 and 05. RGB value is (118,184,5). Sum of RGB (Red+Green+Blue) = 118+184+5=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #76B805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B805 is #8947FA. Grayscale: #909090. Windows color (decimal): -8996859 or 374902. OLE color: 374902.

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

Color convert

RGB 118 184 5 -
CMYK 0.36 0 0.97 0.28
HSL 82.12º 0.95% 0.37% -
HSV(B) 82.12º 0.97% 0.72% -
XYZ 24.64 38.14 6.21 -
YUV 143.86 49.63 109.55 -
System Red Green Blue C M Y K H S L
Decimal 118 184 5 0.36 0 0.97 0.28 82.12 0.95 0.37
Hex 76 B8 5 24 0 61 1C 52 5F 25
Octal 166 270 5 44 0 141 34 122 137 45
Binary 1110110 10111000 101 100100 0 1100001 11100 1010010 1011111 100101

Color Harmonies of #76B805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B805

Black with #76B805

Text Example


Text Example

White with #76B805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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