Html Css Color HEX #638901 Olive Drab

📋 copy color: '#638901'

red 99 ◦ green 137 ◦ blue 1

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

Shades of Olive Drab #638901

Tints of Olive Drab #638901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.81%

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

R = 41.77%
G = 57.81%
B = 0.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#638901 (or 0x638901) is known color: Olive Drab. HEX triplet: 63, 89 and 01. RGB value is (99,137,1). Sum of RGB (Red+Green+Blue) = 99+137+1=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #638901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638901 is #9C76FE. Grayscale: #6E6E6E. Windows color (decimal): -10254079 or 100707. OLE color: 100707.

HSL color Cylindrical-coordinate representation of color #638901: hue angle of 76.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #638901 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 137 1 -
CMYK 0.28 0 0.99 0.46
HSL 76.76º 0.99% 0.27% -
HSV(B) 76.76º 0.99% 0.54% -
XYZ 14.1 20.55 3.25 -
YUV 110.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 99 137 1 0.28 0 0.99 0.46 76.76 0.99 0.27
Hex 63 89 1 1C 0 63 2E 4D 63 1B
Octal 143 211 1 34 0 143 56 115 143 33
Binary 1100011 10001001 1 11100 0 1100011 101110 1001101 1100011 11011

Color Harmonies of #638901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638901

Black with #638901

Text Example


Text Example

White with #638901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638901; }

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

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

background-color css

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

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

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

border-color css

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

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

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