Html Css Color HEX #76901C Olive Drab

📋 copy color: '#76901C'

red 118 ◦ green 144 ◦ blue 28

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

Shades of Olive Drab #76901C

Tints of Olive Drab #76901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.66%

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 40.69%
G = 49.66%
B = 9.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#76901C (or 0x76901C) is known color: Olive Drab. HEX triplet: 76, 90 and 1C. RGB value is (118,144,28). Sum of RGB (Red+Green+Blue) = 118+144+28=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #76901C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76901C is #896FE3. Grayscale: #7B7B7B. Windows color (decimal): -9007076 or 1871990. OLE color: 1871990.

HSL color Cylindrical-coordinate representation of color #76901C: hue angle of 73.45º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76901C is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 28 -
CMYK 0.18 0 0.81 0.44
HSL 73.45º 0.67% 0.34% -
HSV(B) 73.45º 0.81% 0.56% -
XYZ 17.65 23.88 4.78 -
YUV 123 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 118 144 28 0.18 0 0.81 0.44 73.45 0.67 0.34
Hex 76 90 1C 12 0 51 2C 49 43 22
Octal 166 220 34 22 0 121 54 111 103 42
Binary 1110110 10010000 11100 10010 0 1010001 101100 1001001 1000011 100010

Color Harmonies of #76901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76901C

Black with #76901C

Text Example


Text Example

White with #76901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76901C; }

 p { color: rgb(118,144,28); }

 H1.HeaderClassName
 {
   color: #76901C;
 }
 .AnyTagClassName
 {
   color: #76901C;
 }
</style>

background-color css

<style>
 a { background-color: #76901C; }

 a { background-color: rgb(118,144,28); }

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

border-color css

<style>
 span { border-color: #76901C; }

 span { border-color: rgb(118,144,28); }

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