Html Css Color HEX #648B1B Olive Drab

📋 copy color: '#648B1B'

red 100 ◦ green 139 ◦ blue 27

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

Shades of Olive Drab #648B1B

Tints of Olive Drab #648B1B

RGB

 RED value IS 100 (39.45% from 255) = 37.59%

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

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

R = 37.59%
G = 52.26%
B = 10.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#648B1B (or 0x648B1B) is known color: Olive Drab. HEX triplet: 64, 8B and 1B. RGB value is (100,139,27). Sum of RGB (Red+Green+Blue) = 100+139+27=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #648B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B1B is #9B74E4. Grayscale: #727272. Windows color (decimal): -10188005 or 1805156. OLE color: 1805156.

HSL color Cylindrical-coordinate representation of color #648B1B: hue angle of 80.89º degrees, saturation: 0.67, 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 #648B1B is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 27 -
CMYK 0.28 0 0.81 0.45
HSL 80.89º 0.67% 0.33% -
HSV(B) 80.89º 0.81% 0.55% -
XYZ 14.69 21.25 4.37 -
YUV 114.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 100 139 27 0.28 0 0.81 0.45 80.89 0.67 0.33
Hex 64 8B 1B 1C 0 51 2D 51 43 21
Octal 144 213 33 34 0 121 55 121 103 41
Binary 1100100 10001011 11011 11100 0 1010001 101101 1010001 1000011 100001

Color Harmonies of #648B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B1B

Black with #648B1B

Text Example


Text Example

White with #648B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648B1B; }

 p { color: rgb(100,139,27); }

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

background-color css

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

 a { background-color: rgb(100,139,27); }

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

border-color css

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

 span { border-color: rgb(100,139,27); }

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