Html Css Color HEX #76921A Olive Drab

📋 copy color: '#76921A'

red 118 ◦ green 146 ◦ blue 26

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

Shades of Olive Drab #76921A

Tints of Olive Drab #76921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.34%

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 40.69%
G = 50.34%
B = 8.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#76921A (or 0x76921A) is known color: Olive Drab. HEX triplet: 76, 92 and 1A. RGB value is (118,146,26). Sum of RGB (Red+Green+Blue) = 118+146+26=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #76921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76921A is #896DE5. Grayscale: #7C7C7C. Windows color (decimal): -9006566 or 1741430. OLE color: 1741430.

HSL color Cylindrical-coordinate representation of color #76921A: hue angle of 74º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76921A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 26 -
CMYK 0.19 0 0.82 0.43
HSL 74º 0.7% 0.34% -
HSV(B) 74º 0.82% 0.57% -
XYZ 17.94 24.48 4.76 -
YUV 123.95 72.72 123.76 -
System Red Green Blue C M Y K H S L
Decimal 118 146 26 0.19 0 0.82 0.43 74 0.7 0.34
Hex 76 92 1A 13 0 52 2B 4A 46 22
Octal 166 222 32 23 0 122 53 112 106 42
Binary 1110110 10010010 11010 10011 0 1010010 101011 1001010 1000110 100010

Color Harmonies of #76921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76921A

Black with #76921A

Text Example


Text Example

White with #76921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76921A; }

 p { color: rgb(118,146,26); }

 H1.HeaderClassName
 {
   color: #76921A;
 }
 .AnyTagClassName
 {
   color: #76921A;
 }
</style>

background-color css

<style>
 a { background-color: #76921A; }

 a { background-color: rgb(118,146,26); }

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

border-color css

<style>
 span { border-color: #76921A; }

 span { border-color: rgb(118,146,26); }

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