Html Css Color HEX #638010 Olive Drab

📋 copy color: '#638010'

red 99 ◦ green 128 ◦ blue 16

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

Shades of Olive Drab #638010

Tints of Olive Drab #638010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.67%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 40.74%
G = 52.67%
B = 6.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#638010 (or 0x638010) is known color: Olive Drab. HEX triplet: 63, 80 and 10. RGB value is (99,128,16). Sum of RGB (Red+Green+Blue) = 99+128+16=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #638010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638010 is #9C7FEF. Grayscale: #6A6A6A. Windows color (decimal): -10256368 or 1081443. OLE color: 1081443.

HSL color Cylindrical-coordinate representation of color #638010: hue angle of 75.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #638010 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 16 -
CMYK 0.23 0 0.88 0.50
HSL 75.54º 0.78% 0.28% -
HSV(B) 75.54º 0.88% 0.5% -
XYZ 12.96 18.13 3.31 -
YUV 106.56 76.89 122.61 -
System Red Green Blue C M Y K H S L
Decimal 99 128 16 0.23 0 0.88 0.50 75.54 0.78 0.28
Hex 63 80 10 17 0 58 32 4C 4E 1C
Octal 143 200 20 27 0 130 62 114 116 34
Binary 1100011 10000000 10000 10111 0 1011000 110010 1001100 1001110 11100

Color Harmonies of #638010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638010

Black with #638010

Text Example


Text Example

White with #638010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638010; }

 p { color: rgb(99,128,16); }

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

background-color css

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

 a { background-color: rgb(99,128,16); }

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

border-color css

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

 span { border-color: rgb(99,128,16); }

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