Html Css Color HEX #628610 Olive Drab

📋 copy color: '#628610'

red 98 ◦ green 134 ◦ blue 16

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

Shades of Olive Drab #628610

Tints of Olive Drab #628610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 39.52%
G = 54.03%
B = 6.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#628610 (or 0x628610) is known color: Olive Drab. HEX triplet: 62, 86 and 10. RGB value is (98,134,16). Sum of RGB (Red+Green+Blue) = 98+134+16=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #628610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628610 is #9D79EF. Grayscale: #6E6E6E. Windows color (decimal): -10320368 or 1082978. OLE color: 1082978.

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

Color convert

RGB 98 134 16 -
CMYK 0.27 0 0.88 0.47
HSL 78.31º 0.79% 0.29% -
HSV(B) 78.31º 0.88% 0.53% -
XYZ 13.66 19.68 3.57 -
YUV 109.78 75.07 119.59 -
System Red Green Blue C M Y K H S L
Decimal 98 134 16 0.27 0 0.88 0.47 78.31 0.79 0.29
Hex 62 86 10 1B 0 58 2F 4E 4F 1D
Octal 142 206 20 33 0 130 57 116 117 35
Binary 1100010 10000110 10000 11011 0 1011000 101111 1001110 1001111 11101

Color Harmonies of #628610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628610

Black with #628610

Text Example


Text Example

White with #628610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628610; }

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

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

background-color css

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

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

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

border-color css

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

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

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