Html Css Color HEX #628112 Olive Drab

📋 copy color: '#628112'

red 98 ◦ green 129 ◦ blue 18

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

Shades of Olive Drab #628112

Tints of Olive Drab #628112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 40%
G = 52.65%
B = 7.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#628112 (or 0x628112) is known color: Olive Drab. HEX triplet: 62, 81 and 12. RGB value is (98,129,18). Sum of RGB (Red+Green+Blue) = 98+129+18=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #628112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628112 is #9D7EED. Grayscale: #6B6B6B. Windows color (decimal): -10321646 or 1212770. OLE color: 1212770.

HSL color Cylindrical-coordinate representation of color #628112: hue angle of 76.76º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #628112 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 129 18 -
CMYK 0.24 0 0.86 0.49
HSL 76.76º 0.76% 0.29% -
HSV(B) 76.76º 0.86% 0.51% -
XYZ 13 18.34 3.43 -
YUV 107.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 98 129 18 0.24 0 0.86 0.49 76.76 0.76 0.29
Hex 62 81 12 18 0 56 31 4D 4C 1D
Octal 142 201 22 30 0 126 61 115 114 35
Binary 1100010 10000001 10010 11000 0 1010110 110001 1001101 1001100 11101

Color Harmonies of #628112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628112

Black with #628112

Text Example


Text Example

White with #628112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628112; }

 p { color: rgb(98,129,18); }

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

background-color css

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

 a { background-color: rgb(98,129,18); }

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

border-color css

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

 span { border-color: rgb(98,129,18); }

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