Html Css Color HEX #629700 Olive Drab

📋 copy color: '#629700'

red 98 ◦ green 151 ◦ blue 0

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

Shades of Olive Drab #629700

Tints of Olive Drab #629700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 60.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.36%
G = 60.64%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#629700 (or 0x629700) is known color: Olive Drab. HEX triplet: 62, 97 and 00. RGB value is (98,151,0). Sum of RGB (Red+Green+Blue) = 98+151+0=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 151 (59.38% from 255 or 60.64% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 151 - color contains mainly: green. Hex color #629700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629700 is #9D68FF. Grayscale: #767676. Windows color (decimal): -10316032 or 38754. OLE color: 38754.

HSL color Cylindrical-coordinate representation of color #629700: hue angle of 81.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #629700 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 151 0 -
CMYK 0.35 0 1 0.41
HSL 81.06º 1% 0.3% -
HSV(B) 81.06º 1% 0.59% -
XYZ 16.1 24.73 3.92 -
YUV 117.94 61.44 113.78 -
System Red Green Blue C M Y K H S L
Decimal 98 151 0 0.35 0 1 0.41 81.06 1 0.3
Hex 62 97 0 23 0 64 29 51 64 1E
Octal 142 227 0 43 0 144 51 121 144 36
Binary 1100010 10010111 0 100011 0 1100100 101001 1010001 1100100 11110

Color Harmonies of #629700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629700

Black with #629700

Text Example


Text Example

White with #629700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629700; }

 p { color: rgb(98,151,0); }

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

background-color css

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

 a { background-color: rgb(98,151,0); }

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

border-color css

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

 span { border-color: rgb(98,151,0); }

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