Html Css Color HEX #628A12 Olive Drab

📋 copy color: '#628A12'

red 98 ◦ green 138 ◦ blue 18

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

Shades of Olive Drab #628A12

Tints of Olive Drab #628A12

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.33%

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

R = 38.58%
G = 54.33%
B = 7.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#628A12 (or 0x628A12) is known color: Olive Drab. HEX triplet: 62, 8A and 12. RGB value is (98,138,18). Sum of RGB (Red+Green+Blue) = 98+138+18=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 138 (54.30% from 255 or 54.33% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 138 - color contains mainly: green. Hex color #628A12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628A12 is #9D75ED. Grayscale: #707070. Windows color (decimal): -10319342 or 1215074. OLE color: 1215074.

HSL color Cylindrical-coordinate representation of color #628A12: hue angle of 80º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #628A12 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 138 18 -
CMYK 0.29 0 0.87 0.46
HSL 80º 0.77% 0.31% -
HSV(B) 80º 0.87% 0.54% -
XYZ 14.23 20.82 3.84 -
YUV 112.36 74.75 117.76 -
System Red Green Blue C M Y K H S L
Decimal 98 138 18 0.29 0 0.87 0.46 80 0.77 0.31
Hex 62 8A 12 1D 0 57 2E 50 4D 1F
Octal 142 212 22 35 0 127 56 120 115 37
Binary 1100010 10001010 10010 11101 0 1010111 101110 1010000 1001101 11111

Color Harmonies of #628A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628A12

Black with #628A12

Text Example


Text Example

White with #628A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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