Html Css Color HEX #628414 Olive Drab

📋 copy color: '#628414'

red 98 ◦ green 132 ◦ blue 20

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

Shades of Olive Drab #628414

Tints of Olive Drab #628414

RGB

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

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

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

R = 39.2%
G = 52.8%
B = 8%

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

#628414 (or 0x628414) is known color: Olive Drab. HEX triplet: 62, 84 and 14. RGB value is (98,132,20). Sum of RGB (Red+Green+Blue) = 98+132+20=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #628414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628414 is #9D7BEB. Grayscale: #6D6D6D. Windows color (decimal): -10320876 or 1344610. OLE color: 1344610.

HSL color Cylindrical-coordinate representation of color #628414: hue angle of 78.21º 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 #628414 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 132 20 -
CMYK 0.26 0 0.85 0.48
HSL 78.21º 0.74% 0.3% -
HSV(B) 78.21º 0.85% 0.52% -
XYZ 13.41 19.15 3.65 -
YUV 109.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 98 132 20 0.26 0 0.85 0.48 78.21 0.74 0.3
Hex 62 84 14 1A 0 55 30 4E 4A 1E
Octal 142 204 24 32 0 125 60 116 112 36
Binary 1100010 10000100 10100 11010 0 1010101 110000 1001110 1001010 11110

Color Harmonies of #628414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628414

Black with #628414

Text Example


Text Example

White with #628414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628414; }

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

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

background-color css

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

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

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

border-color css

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

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

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