Html Css Color HEX #628412 Olive Drab

📋 copy color: '#628412'

red 98 ◦ green 132 ◦ blue 18

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

Shades of Olive Drab #628412

Tints of Olive Drab #628412

RGB

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

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

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

R = 39.52%
G = 53.23%
B = 7.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#628412 (or 0x628412) is known color: Olive Drab. HEX triplet: 62, 84 and 12. RGB value is (98,132,18). Sum of RGB (Red+Green+Blue) = 98+132+18=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #628412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628412 is #9D7BED. Grayscale: #6D6D6D. Windows color (decimal): -10320878 or 1213538. OLE color: 1213538.

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

Color convert

RGB 98 132 18 -
CMYK 0.26 0 0.86 0.48
HSL 77.89º 0.76% 0.29% -
HSV(B) 77.89º 0.86% 0.52% -
XYZ 13.4 19.14 3.56 -
YUV 108.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 98 132 18 0.26 0 0.86 0.48 77.89 0.76 0.29
Hex 62 84 12 1A 0 56 30 4E 4C 1D
Octal 142 204 22 32 0 126 60 116 114 35
Binary 1100010 10000100 10010 11010 0 1010110 110000 1001110 1001100 11101

Color Harmonies of #628412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628412

Black with #628412

Text Example


Text Example

White with #628412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628412; }

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

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

background-color css

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

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

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

border-color css

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

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

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