Html Css Color HEX #648F1F Olive Drab

📋 copy color: '#648F1F'

red 100 ◦ green 143 ◦ blue 31

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

Shades of Olive Drab #648F1F

Tints of Olive Drab #648F1F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.19%

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 36.5%
G = 52.19%
B = 11.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#648F1F (or 0x648F1F) is known color: Olive Drab. HEX triplet: 64, 8F and 1F. RGB value is (100,143,31). Sum of RGB (Red+Green+Blue) = 100+143+31=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #648F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648F1F is #9B70E0. Grayscale: #757575. Windows color (decimal): -10186977 or 2068324. OLE color: 2068324.

HSL color Cylindrical-coordinate representation of color #648F1F: hue angle of 83.04º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #648F1F is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 143 31 -
CMYK 0.30 0 0.78 0.44
HSL 83.04º 0.64% 0.34% -
HSV(B) 83.04º 0.78% 0.56% -
XYZ 15.33 22.45 4.82 -
YUV 117.38 79.25 115.61 -
System Red Green Blue C M Y K H S L
Decimal 100 143 31 0.30 0 0.78 0.44 83.04 0.64 0.34
Hex 64 8F 1F 1E 0 4E 2C 53 40 22
Octal 144 217 37 36 0 116 54 123 100 42
Binary 1100100 10001111 11111 11110 0 1001110 101100 1010011 1000000 100010

Color Harmonies of #648F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648F1F

Black with #648F1F

Text Example


Text Example

White with #648F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,143,31); }

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

background-color css

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

 a { background-color: rgb(100,143,31); }

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

border-color css

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

 span { border-color: rgb(100,143,31); }

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