Html Css Color HEX #76B307 Christi

📋 copy color: '#76B307'

red 118 ◦ green 179 ◦ blue 7

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

Shades of Christi #76B307

Tints of Christi #76B307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 38.82%
G = 58.88%
B = 2.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#76B307 (or 0x76B307) is known color: Christi. HEX triplet: 76, B3 and 07. RGB value is (118,179,7). Sum of RGB (Red+Green+Blue) = 118+179+7=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #76B307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B307 is #894CF8. Grayscale: #8D8D8D. Windows color (decimal): -8998137 or 504694. OLE color: 504694.

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

Color convert

RGB 118 179 7 -
CMYK 0.34 0 0.96 0.30
HSL 81.28º 0.92% 0.36% -
HSV(B) 81.28º 0.96% 0.7% -
XYZ 23.63 36.11 5.92 -
YUV 141.15 52.29 111.49 -
System Red Green Blue C M Y K H S L
Decimal 118 179 7 0.34 0 0.96 0.30 81.28 0.92 0.36
Hex 76 B3 7 22 0 60 1E 51 5C 24
Octal 166 263 7 42 0 140 36 121 134 44
Binary 1110110 10110011 111 100010 0 1100000 11110 1010001 1011100 100100

Color Harmonies of #76B307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B307

Black with #76B307

Text Example


Text Example

White with #76B307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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