Html Css Color HEX #648C1B Olive Drab

📋 copy color: '#648C1B'

red 100 ◦ green 140 ◦ blue 27

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

Shades of Olive Drab #648C1B

Tints of Olive Drab #648C1B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.43%

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

R = 37.45%
G = 52.43%
B = 10.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#648C1B (or 0x648C1B) is known color: Olive Drab. HEX triplet: 64, 8C and 1B. RGB value is (100,140,27). Sum of RGB (Red+Green+Blue) = 100+140+27=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #648C1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648C1B is #9B73E4. Grayscale: #737373. Windows color (decimal): -10187749 or 1805412. OLE color: 1805412.

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

Color convert

RGB 100 140 27 -
CMYK 0.29 0 0.81 0.45
HSL 81.24º 0.68% 0.33% -
HSV(B) 81.24º 0.81% 0.55% -
XYZ 14.83 21.54 4.41 -
YUV 115.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 100 140 27 0.29 0 0.81 0.45 81.24 0.68 0.33
Hex 64 8C 1B 1D 0 51 2D 51 44 21
Octal 144 214 33 35 0 121 55 121 104 41
Binary 1100100 10001100 11011 11101 0 1010001 101101 1010001 1000100 100001

Color Harmonies of #648C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C1B

Black with #648C1B

Text Example


Text Example

White with #648C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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