Html Css Color HEX #628618 Olive Drab

📋 copy color: '#628618'

red 98 ◦ green 134 ◦ blue 24

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

Shades of Olive Drab #628618

Tints of Olive Drab #628618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 38.28%
G = 52.34%
B = 9.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#628618 (or 0x628618) is known color: Olive Drab. HEX triplet: 62, 86 and 18. RGB value is (98,134,24). Sum of RGB (Red+Green+Blue) = 98+134+24=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #628618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628618 is #9D79E7. Grayscale: #6F6F6F. Windows color (decimal): -10320360 or 1607266. OLE color: 1607266.

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

Color convert

RGB 98 134 24 -
CMYK 0.27 0 0.82 0.47
HSL 79.64º 0.7% 0.31% -
HSV(B) 79.64º 0.82% 0.53% -
XYZ 13.73 19.71 3.95 -
YUV 110.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 98 134 24 0.27 0 0.82 0.47 79.64 0.7 0.31
Hex 62 86 18 1B 0 52 2F 50 46 1F
Octal 142 206 30 33 0 122 57 120 106 37
Binary 1100010 10000110 11000 11011 0 1010010 101111 1010000 1000110 11111

Color Harmonies of #628618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628618

Black with #628618

Text Example


Text Example

White with #628618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628618; }

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

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

background-color css

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

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

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

border-color css

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

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

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