Html Css Color HEX #638B1C Olive Drab

📋 copy color: '#638B1C'

red 99 ◦ green 139 ◦ blue 28

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

Shades of Olive Drab #638B1C

Tints of Olive Drab #638B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.26%

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 37.22%
G = 52.26%
B = 10.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#638B1C (or 0x638B1C) is known color: Olive Drab. HEX triplet: 63, 8B and 1C. RGB value is (99,139,28). Sum of RGB (Red+Green+Blue) = 99+139+28=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #638B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638B1C is #9C74E3. Grayscale: #727272. Windows color (decimal): -10253540 or 1870691. OLE color: 1870691.

HSL color Cylindrical-coordinate representation of color #638B1C: hue angle of 81.62º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #638B1C is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 139 28 -
CMYK 0.29 0 0.80 0.45
HSL 81.62º 0.66% 0.33% -
HSV(B) 81.62º 0.8% 0.55% -
XYZ 14.59 21.2 4.42 -
YUV 114.39 79.25 117.03 -
System Red Green Blue C M Y K H S L
Decimal 99 139 28 0.29 0 0.80 0.45 81.62 0.66 0.33
Hex 63 8B 1C 1D 0 50 2D 52 42 21
Octal 143 213 34 35 0 120 55 122 102 41
Binary 1100011 10001011 11100 11101 0 1010000 101101 1010010 1000010 100001

Color Harmonies of #638B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638B1C

Black with #638B1C

Text Example


Text Example

White with #638B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638B1C; }

 p { color: rgb(99,139,28); }

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

background-color css

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

 a { background-color: rgb(99,139,28); }

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

border-color css

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

 span { border-color: rgb(99,139,28); }

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