Html Css Color HEX #62841B Olive Drab

📋 copy color: '#62841B'

red 98 ◦ green 132 ◦ blue 27

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

Shades of Olive Drab #62841B

Tints of Olive Drab #62841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.36%

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

R = 38.13%
G = 51.36%
B = 10.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#62841B (or 0x62841B) is known color: Olive Drab. HEX triplet: 62, 84 and 1B. RGB value is (98,132,27). Sum of RGB (Red+Green+Blue) = 98+132+27=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #62841B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62841B is #9D7BE4. Grayscale: #6E6E6E. Windows color (decimal): -10320869 or 1803362. OLE color: 1803362.

HSL color Cylindrical-coordinate representation of color #62841B: hue angle of 79.43º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62841B is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 132 27 -
CMYK 0.26 0 0.80 0.48
HSL 79.43º 0.66% 0.31% -
HSV(B) 79.43º 0.8% 0.52% -
XYZ 13.49 19.18 4.03 -
YUV 109.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 98 132 27 0.26 0 0.80 0.48 79.43 0.66 0.31
Hex 62 84 1B 1A 0 50 30 4F 42 1F
Octal 142 204 33 32 0 120 60 117 102 37
Binary 1100010 10000100 11011 11010 0 1010000 110000 1001111 1000010 11111

Color Harmonies of #62841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62841B

Black with #62841B

Text Example


Text Example

White with #62841B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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