Html Css Color HEX #62911B Olive Drab

📋 copy color: '#62911B'

red 98 ◦ green 145 ◦ blue 27

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

Shades of Olive Drab #62911B

Tints of Olive Drab #62911B

RGB

 RED value IS 98 (38.67% from 255) = 36.3%

 GREEN value IS 145 (57.03% from 255) = 53.7%

 BLUE value IS 27 (10.94% from 255) = 10%

R = 36.3%
G = 53.7%
B = 10%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#62911B (or 0x62911B) is known color: Olive Drab. HEX triplet: 62, 91 and 1B. RGB value is (98,145,27). Sum of RGB (Red+Green+Blue) = 98+145+27=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #62911B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62911B is #9D6EE4. Grayscale: #757575. Windows color (decimal): -10317541 or 1806690. OLE color: 1806690.

HSL color Cylindrical-coordinate representation of color #62911B: hue angle of 83.9º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62911B is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 145 27 -
CMYK 0.32 0 0.81 0.43
HSL 83.9º 0.69% 0.34% -
HSV(B) 83.9º 0.81% 0.57% -
XYZ 15.36 22.93 4.65 -
YUV 117.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 98 145 27 0.32 0 0.81 0.43 83.9 0.69 0.34
Hex 62 91 1B 20 0 51 2B 54 45 22
Octal 142 221 33 40 0 121 53 124 105 42
Binary 1100010 10010001 11011 100000 0 1010001 101011 1010100 1000101 100010

Color Harmonies of #62911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62911B

Black with #62911B

Text Example


Text Example

White with #62911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62911B; }

 p { color: rgb(98,145,27); }

 H1.HeaderClassName
 {
   color: #62911B;
 }
 .AnyTagClassName
 {
   color: #62911B;
 }
</style>

background-color css

<style>
 a { background-color: #62911B; }

 a { background-color: rgb(98,145,27); }

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

border-color css

<style>
 span { border-color: #62911B; }

 span { border-color: rgb(98,145,27); }

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