Html Css Color HEX #639401 Olive Drab

📋 copy color: '#639401'

red 99 ◦ green 148 ◦ blue 1

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

Shades of Olive Drab #639401

Tints of Olive Drab #639401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 39.92%
G = 59.68%
B = 0.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#639401 (or 0x639401) is known color: Olive Drab. HEX triplet: 63, 94 and 01. RGB value is (99,148,1). Sum of RGB (Red+Green+Blue) = 99+148+1=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #639401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639401 is #9C6BFE. Grayscale: #757575. Windows color (decimal): -10251263 or 103523. OLE color: 103523.

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

Color convert

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

Color Harmonies of #639401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639401

Black with #639401

Text Example


Text Example

White with #639401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639401; }

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

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

background-color css

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

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

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

border-color css

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

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

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