Html Css Color HEX #76B30E Christi

📋 copy color: '#76B30E'

red 118 ◦ green 179 ◦ blue 14

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

Shades of Christi #76B30E

Tints of Christi #76B30E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.56%

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 37.94%
G = 57.56%
B = 4.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#76B30E (or 0x76B30E) is known color: Christi. HEX triplet: 76, B3 and 0E. RGB value is (118,179,14). Sum of RGB (Red+Green+Blue) = 118+179+14=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #76B30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B30E is #894CF1. Grayscale: #8E8E8E. Windows color (decimal): -8998130 or 963446. OLE color: 963446.

HSL color Cylindrical-coordinate representation of color #76B30E: hue angle of 82.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76B30E is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 14 -
CMYK 0.34 0 0.92 0.30
HSL 82.18º 0.85% 0.38% -
HSV(B) 82.18º 0.92% 0.7% -
XYZ 23.67 36.12 6.14 -
YUV 141.95 55.79 110.92 -
System Red Green Blue C M Y K H S L
Decimal 118 179 14 0.34 0 0.92 0.30 82.18 0.85 0.38
Hex 76 B3 E 22 0 5C 1E 52 55 26
Octal 166 263 16 42 0 134 36 122 125 46
Binary 1110110 10110011 1110 100010 0 1011100 11110 1010010 1010101 100110

Color Harmonies of #76B30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B30E

Black with #76B30E

Text Example


Text Example

White with #76B30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,14); }

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

background-color css

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

 a { background-color: rgb(118,179,14); }

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

border-color css

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

 span { border-color: rgb(118,179,14); }

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