Html Css Color HEX #648A1B Olive Drab

📋 copy color: '#648A1B'

red 100 ◦ green 138 ◦ blue 27

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

Shades of Olive Drab #648A1B

Tints of Olive Drab #648A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.08%

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

R = 37.74%
G = 52.08%
B = 10.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#648A1B (or 0x648A1B) is known color: Olive Drab. HEX triplet: 64, 8A and 1B. RGB value is (100,138,27). Sum of RGB (Red+Green+Blue) = 100+138+27=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #648A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648A1B is #9B75E4. Grayscale: #727272. Windows color (decimal): -10188261 or 1804900. OLE color: 1804900.

HSL color Cylindrical-coordinate representation of color #648A1B: hue angle of 80.54º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #648A1B is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 27 -
CMYK 0.28 0 0.80 0.46
HSL 80.54º 0.67% 0.32% -
HSV(B) 80.54º 0.8% 0.54% -
XYZ 14.54 20.97 4.32 -
YUV 113.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 100 138 27 0.28 0 0.80 0.46 80.54 0.67 0.32
Hex 64 8A 1B 1C 0 50 2E 51 43 20
Octal 144 212 33 34 0 120 56 121 103 40
Binary 1100100 10001010 11011 11100 0 1010000 101110 1010001 1000011 100000

Color Harmonies of #648A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A1B

Black with #648A1B

Text Example


Text Example

White with #648A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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