Html Css Color HEX #629414 Olive Drab

📋 copy color: '#629414'

red 98 ◦ green 148 ◦ blue 20

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

Shades of Olive Drab #629414

Tints of Olive Drab #629414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.64%

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

R = 36.84%
G = 55.64%
B = 7.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#629414 (or 0x629414) is known color: Olive Drab. HEX triplet: 62, 94 and 14. RGB value is (98,148,20). Sum of RGB (Red+Green+Blue) = 98+148+20=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #629414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629414 is #9D6BEB. Grayscale: #767676. Windows color (decimal): -10316780 or 1348706. OLE color: 1348706.

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

Color convert

RGB 98 148 20 -
CMYK 0.34 0 0.86 0.42
HSL 83.44º 0.76% 0.33% -
HSV(B) 83.44º 0.86% 0.58% -
XYZ 15.75 23.83 4.43 -
YUV 118.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 98 148 20 0.34 0 0.86 0.42 83.44 0.76 0.33
Hex 62 94 14 22 0 56 2A 53 4C 21
Octal 142 224 24 42 0 126 52 123 114 41
Binary 1100010 10010100 10100 100010 0 1010110 101010 1010011 1001100 100001

Color Harmonies of #629414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629414

Black with #629414

Text Example


Text Example

White with #629414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629414; }

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

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

background-color css

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

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

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

border-color css

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

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

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