Html Css Color HEX #628614 Olive Drab

📋 copy color: '#628614'

red 98 ◦ green 134 ◦ blue 20

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

Shades of Olive Drab #628614

Tints of Olive Drab #628614

RGB

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

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

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

R = 38.89%
G = 53.17%
B = 7.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#628614 (or 0x628614) is known color: Olive Drab. HEX triplet: 62, 86 and 14. RGB value is (98,134,20). Sum of RGB (Red+Green+Blue) = 98+134+20=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #628614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628614 is #9D79EB. Grayscale: #6E6E6E. Windows color (decimal): -10320364 or 1345122. OLE color: 1345122.

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

Color convert

RGB 98 134 20 -
CMYK 0.27 0 0.85 0.47
HSL 78.95º 0.74% 0.3% -
HSV(B) 78.95º 0.85% 0.53% -
XYZ 13.69 19.7 3.74 -
YUV 110.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 98 134 20 0.27 0 0.85 0.47 78.95 0.74 0.3
Hex 62 86 14 1B 0 55 2F 4F 4A 1E
Octal 142 206 24 33 0 125 57 117 112 36
Binary 1100010 10000110 10100 11011 0 1010101 101111 1001111 1001010 11110

Color Harmonies of #628614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628614

Black with #628614

Text Example


Text Example

White with #628614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628614; }

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

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

background-color css

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

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

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

border-color css

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

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

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