Html Css Color HEX #639101 Olive Drab

📋 copy color: '#639101'

red 99 ◦ green 145 ◦ blue 1

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

Shades of Olive Drab #639101

Tints of Olive Drab #639101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.18%

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

R = 40.41%
G = 59.18%
B = 0.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#639101 (or 0x639101) is known color: Olive Drab. HEX triplet: 63, 91 and 01. RGB value is (99,145,1). Sum of RGB (Red+Green+Blue) = 99+145+1=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #639101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639101 is #9C6EFE. Grayscale: #737373. Windows color (decimal): -10252031 or 102755. OLE color: 102755.

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

Color convert

RGB 99 145 1 -
CMYK 0.32 0 0.99 0.43
HSL 79.17º 0.99% 0.29% -
HSV(B) 79.17º 0.99% 0.57% -
XYZ 15.28 22.91 3.64 -
YUV 114.83 63.76 116.71 -
System Red Green Blue C M Y K H S L
Decimal 99 145 1 0.32 0 0.99 0.43 79.17 0.99 0.29
Hex 63 91 1 20 0 63 2B 4F 63 1D
Octal 143 221 1 40 0 143 53 117 143 35
Binary 1100011 10010001 1 100000 0 1100011 101011 1001111 1100011 11101

Color Harmonies of #639101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639101

Black with #639101

Text Example


Text Example

White with #639101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639101; }

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

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

background-color css

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

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

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

border-color css

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

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

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