Html Css Color HEX #648316 Olive Drab

📋 copy color: '#648316'

red 100 ◦ green 131 ◦ blue 22

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

Shades of Olive Drab #648316

Tints of Olive Drab #648316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.78%

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 39.53%
G = 51.78%
B = 8.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#648316 (or 0x648316) is known color: Olive Drab. HEX triplet: 64, 83 and 16. RGB value is (100,131,22). Sum of RGB (Red+Green+Blue) = 100+131+22=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #648316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648316 is #9B7CE9. Grayscale: #6D6D6D. Windows color (decimal): -10190058 or 1475428. OLE color: 1475428.

HSL color Cylindrical-coordinate representation of color #648316: hue angle of 77.06º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #648316 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 22 -
CMYK 0.24 0 0.83 0.49
HSL 77.06º 0.71% 0.3% -
HSV(B) 77.06º 0.83% 0.51% -
XYZ 13.52 19 3.71 -
YUV 109.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 100 131 22 0.24 0 0.83 0.49 77.06 0.71 0.3
Hex 64 83 16 18 0 53 31 4D 47 1E
Octal 144 203 26 30 0 123 61 115 107 36
Binary 1100100 10000011 10110 11000 0 1010011 110001 1001101 1000111 11110

Color Harmonies of #648316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648316

Black with #648316

Text Example


Text Example

White with #648316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648316; }

 p { color: rgb(100,131,22); }

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

background-color css

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

 a { background-color: rgb(100,131,22); }

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

border-color css

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

 span { border-color: rgb(100,131,22); }

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