Html Css Color HEX #638D1B Olive Drab

📋 copy color: '#638D1B'

red 99 ◦ green 141 ◦ blue 27

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

Shades of Olive Drab #638D1B

Tints of Olive Drab #638D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.81%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 37.08%
G = 52.81%
B = 10.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#638D1B (or 0x638D1B) is known color: Olive Drab. HEX triplet: 63, 8D and 1B. RGB value is (99,141,27). Sum of RGB (Red+Green+Blue) = 99+141+27=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #638D1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638D1B is #9C72E4. Grayscale: #737373. Windows color (decimal): -10253029 or 1805667. OLE color: 1805667.

HSL color Cylindrical-coordinate representation of color #638D1B: hue angle of 82.11º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #638D1B is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 141 27 -
CMYK 0.30 0 0.81 0.45
HSL 82.11º 0.68% 0.33% -
HSV(B) 82.11º 0.81% 0.55% -
XYZ 14.87 21.78 4.46 -
YUV 115.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 99 141 27 0.30 0 0.81 0.45 82.11 0.68 0.33
Hex 63 8D 1B 1E 0 51 2D 52 44 21
Octal 143 215 33 36 0 121 55 122 104 41
Binary 1100011 10001101 11011 11110 0 1010001 101101 1010010 1000100 100001

Color Harmonies of #638D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638D1B

Black with #638D1B

Text Example


Text Example

White with #638D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,141,27); }

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

background-color css

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

 a { background-color: rgb(99,141,27); }

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

border-color css

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

 span { border-color: rgb(99,141,27); }

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