Html Css Color HEX #639400 Olive Drab

📋 copy color: '#639400'

red 99 ◦ green 148 ◦ blue 0

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

Shades of Olive Drab #639400

Tints of Olive Drab #639400

RGB

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

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

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

R = 40.08%
G = 59.92%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#639400 (or 0x639400) is known color: Olive Drab. HEX triplet: 63, 94 and 00. RGB value is (99,148,0). Sum of RGB (Red+Green+Blue) = 99+148+0=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #639400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639400 is #9C6BFF. Grayscale: #757575. Windows color (decimal): -10251264 or 37987. OLE color: 37987.

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

Color convert

RGB 99 148 0 -
CMYK 0.33 0 1 0.42
HSL 79.86º 1% 0.29% -
HSV(B) 79.86º 1% 0.58% -
XYZ 15.74 23.83 3.77 -
YUV 116.48 62.27 115.53 -
System Red Green Blue C M Y K H S L
Decimal 99 148 0 0.33 0 1 0.42 79.86 1 0.29
Hex 63 94 0 21 0 64 2A 50 64 1D
Octal 143 224 0 41 0 144 52 120 144 35
Binary 1100011 10010100 0 100001 0 1100100 101010 1010000 1100100 11101

Color Harmonies of #639400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639400

Black with #639400

Text Example


Text Example

White with #639400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639400; }

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

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

background-color css

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

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

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

border-color css

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

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

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