Html Css Color HEX #629506 Olive Drab

📋 copy color: '#629506'

red 98 ◦ green 149 ◦ blue 6

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

Shades of Olive Drab #629506

Tints of Olive Drab #629506

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.89%

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 38.74%
G = 58.89%
B = 2.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#629506 (or 0x629506) is known color: Olive Drab. HEX triplet: 62, 95 and 06. RGB value is (98,149,6). Sum of RGB (Red+Green+Blue) = 98+149+6=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #629506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629506 is #9D6AF9. Grayscale: #757575. Windows color (decimal): -10316538 or 431458. OLE color: 431458.

HSL color Cylindrical-coordinate representation of color #629506: hue angle of 81.4º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #629506 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 149 6 -
CMYK 0.34 0 0.96 0.42
HSL 81.4º 0.92% 0.3% -
HSV(B) 81.4º 0.96% 0.58% -
XYZ 15.82 24.1 3.99 -
YUV 117.45 65.1 114.13 -
System Red Green Blue C M Y K H S L
Decimal 98 149 6 0.34 0 0.96 0.42 81.4 0.92 0.3
Hex 62 95 6 22 0 60 2A 51 5C 1E
Octal 142 225 6 42 0 140 52 121 134 36
Binary 1100010 10010101 110 100010 0 1100000 101010 1010001 1011100 11110

Color Harmonies of #629506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629506

Black with #629506

Text Example


Text Example

White with #629506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629506; }

 p { color: rgb(98,149,6); }

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

background-color css

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

 a { background-color: rgb(98,149,6); }

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

border-color css

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

 span { border-color: rgb(98,149,6); }

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