Html Css Color HEX #628622 Olive Drab

📋 copy color: '#628622'

red 98 ◦ green 134 ◦ blue 34

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

Shades of Olive Drab #628622

Tints of Olive Drab #628622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 36.84%
G = 50.38%
B = 12.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#628622 (or 0x628622) is known color: Olive Drab. HEX triplet: 62, 86 and 22. RGB value is (98,134,34). Sum of RGB (Red+Green+Blue) = 98+134+34=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #628622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628622 is #9D79DD. Grayscale: #707070. Windows color (decimal): -10320350 or 2262626. OLE color: 2262626.

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

Color convert

RGB 98 134 34 -
CMYK 0.27 0 0.75 0.47
HSL 81.6º 0.6% 0.33% -
HSV(B) 81.6º 0.75% 0.53% -
XYZ 13.85 19.76 4.6 -
YUV 111.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 98 134 34 0.27 0 0.75 0.47 81.6 0.6 0.33
Hex 62 86 22 1B 0 4B 2F 52 3C 21
Octal 142 206 42 33 0 113 57 122 74 41
Binary 1100010 10000110 100010 11011 0 1001011 101111 1010010 111100 100001

Color Harmonies of #628622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628622

Black with #628622

Text Example


Text Example

White with #628622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628622; }

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

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

background-color css

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

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

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

border-color css

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

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

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