Html Css Color HEX #628612 Olive Drab

📋 copy color: '#628612'

red 98 ◦ green 134 ◦ blue 18

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

Shades of Olive Drab #628612

Tints of Olive Drab #628612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.6%

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

R = 39.2%
G = 53.6%
B = 7.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#628612 (or 0x628612) is known color: Olive Drab. HEX triplet: 62, 86 and 12. RGB value is (98,134,18). Sum of RGB (Red+Green+Blue) = 98+134+18=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #628612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628612 is #9D79ED. Grayscale: #6E6E6E. Windows color (decimal): -10320366 or 1214050. OLE color: 1214050.

HSL color Cylindrical-coordinate representation of color #628612: hue angle of 78.62º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #628612 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 134 18 -
CMYK 0.27 0 0.87 0.47
HSL 78.62º 0.76% 0.3% -
HSV(B) 78.62º 0.87% 0.53% -
XYZ 13.67 19.69 3.65 -
YUV 110.01 76.07 119.43 -
System Red Green Blue C M Y K H S L
Decimal 98 134 18 0.27 0 0.87 0.47 78.62 0.76 0.3
Hex 62 86 12 1B 0 57 2F 4F 4C 1E
Octal 142 206 22 33 0 127 57 117 114 36
Binary 1100010 10000110 10010 11011 0 1010111 101111 1001111 1001100 11110

Color Harmonies of #628612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628612

Black with #628612

Text Example


Text Example

White with #628612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628612; }

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

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

background-color css

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

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

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

border-color css

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

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

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