Html Css Color HEX #639700 Olive Drab

📋 copy color: '#639700'

red 99 ◦ green 151 ◦ blue 0

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

Shades of Olive Drab #639700

Tints of Olive Drab #639700

RGB

 RED value IS 99 (39.06% from 255) = 39.6%

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

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

R = 39.6%
G = 60.4%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#639700 (or 0x639700) is known color: Olive Drab. HEX triplet: 63, 97 and 00. RGB value is (99,151,0). Sum of RGB (Red+Green+Blue) = 99+151+0=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 151 (59.38% from 255 or 60.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 151 - color contains mainly: green. Hex color #639700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639700 is #9C68FF. Grayscale: #767676. Windows color (decimal): -10250496 or 38755. OLE color: 38755.

HSL color Cylindrical-coordinate representation of color #639700: hue angle of 80.66º 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 #639700 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 151 0 -
CMYK 0.34 0 1 0.41
HSL 80.66º 1% 0.3% -
HSV(B) 80.66º 1% 0.59% -
XYZ 16.21 24.79 3.93 -
YUV 118.24 61.27 114.28 -
System Red Green Blue C M Y K H S L
Decimal 99 151 0 0.34 0 1 0.41 80.66 1 0.3
Hex 63 97 0 22 0 64 29 51 64 1E
Octal 143 227 0 42 0 144 51 121 144 36
Binary 1100011 10010111 0 100010 0 1100100 101001 1010001 1100100 11110

Color Harmonies of #639700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639700

Black with #639700

Text Example


Text Example

White with #639700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639700; }

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

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

background-color css

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

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

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

border-color css

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

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

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