Html Css Color HEX #76941C Olive Drab

📋 copy color: '#76941C'

red 118 ◦ green 148 ◦ blue 28

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

Shades of Olive Drab #76941C

Tints of Olive Drab #76941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.34%

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

R = 40.14%
G = 50.34%
B = 9.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#76941C (or 0x76941C) is known color: Olive Drab. HEX triplet: 76, 94 and 1C. RGB value is (118,148,28). Sum of RGB (Red+Green+Blue) = 118+148+28=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #76941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76941C is #896BE3. Grayscale: #7D7D7D. Windows color (decimal): -9006052 or 1873014. OLE color: 1873014.

HSL color Cylindrical-coordinate representation of color #76941C: hue angle of 75º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76941C is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 28 -
CMYK 0.20 0 0.81 0.42
HSL 75º 0.68% 0.35% -
HSV(B) 75º 0.81% 0.58% -
XYZ 18.27 25.12 4.98 -
YUV 125.35 73.06 122.76 -
System Red Green Blue C M Y K H S L
Decimal 118 148 28 0.20 0 0.81 0.42 75 0.68 0.35
Hex 76 94 1C 14 0 51 2A 4B 44 23
Octal 166 224 34 24 0 121 52 113 104 43
Binary 1110110 10010100 11100 10100 0 1010001 101010 1001011 1000100 100011

Color Harmonies of #76941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76941C

Black with #76941C

Text Example


Text Example

White with #76941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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