Html Css Color HEX #628514 Olive Drab

📋 copy color: '#628514'

red 98 ◦ green 133 ◦ blue 20

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

Shades of Olive Drab #628514

Tints of Olive Drab #628514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 39.04%
G = 52.99%
B = 7.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#628514 (or 0x628514) is known color: Olive Drab. HEX triplet: 62, 85 and 14. RGB value is (98,133,20). Sum of RGB (Red+Green+Blue) = 98+133+20=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #628514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628514 is #9D7AEB. Grayscale: #6E6E6E. Windows color (decimal): -10320620 or 1344866. OLE color: 1344866.

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

Color convert

RGB 98 133 20 -
CMYK 0.26 0 0.85 0.48
HSL 78.58º 0.74% 0.3% -
HSV(B) 78.58º 0.85% 0.52% -
XYZ 13.55 19.42 3.7 -
YUV 109.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 98 133 20 0.26 0 0.85 0.48 78.58 0.74 0.3
Hex 62 85 14 1A 0 55 30 4F 4A 1E
Octal 142 205 24 32 0 125 60 117 112 36
Binary 1100010 10000101 10100 11010 0 1010101 110000 1001111 1001010 11110

Color Harmonies of #628514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628514

Black with #628514

Text Example


Text Example

White with #628514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628514; }

 p { color: rgb(98,133,20); }

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

background-color css

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

 a { background-color: rgb(98,133,20); }

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

border-color css

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

 span { border-color: rgb(98,133,20); }

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