Html Css Color HEX #76A515 Christi

📋 copy color: '#76A515'

red 118 ◦ green 165 ◦ blue 21

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

Shades of Christi #76A515

Tints of Christi #76A515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.28%

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 38.82%
G = 54.28%
B = 6.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#76A515 (or 0x76A515) is known color: Christi. HEX triplet: 76, A5 and 15. RGB value is (118,165,21). Sum of RGB (Red+Green+Blue) = 118+165+21=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 165 (64.84% from 255 or 54.28% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 165 - color contains mainly: green. Hex color #76A515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A515 is #895AEA. Grayscale: #878787. Windows color (decimal): -9001707 or 1418614. OLE color: 1418614.

HSL color Cylindrical-coordinate representation of color #76A515: hue angle of 79.58º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76A515 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 21 -
CMYK 0.28 0 0.87 0.35
HSL 79.58º 0.77% 0.36% -
HSV(B) 79.58º 0.87% 0.65% -
XYZ 21.06 30.82 5.55 -
YUV 134.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 118 165 21 0.28 0 0.87 0.35 79.58 0.77 0.36
Hex 76 A5 15 1C 0 57 23 50 4D 24
Octal 166 245 25 34 0 127 43 120 115 44
Binary 1110110 10100101 10101 11100 0 1010111 100011 1010000 1001101 100100

Color Harmonies of #76A515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A515

Black with #76A515

Text Example


Text Example

White with #76A515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,21); }

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

background-color css

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

 a { background-color: rgb(118,165,21); }

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

border-color css

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

 span { border-color: rgb(118,165,21); }

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