Html Css Color HEX #648130 Olive Drab

📋 copy color: '#648130'

red 100 ◦ green 129 ◦ blue 48

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

Shades of Olive Drab #648130

Tints of Olive Drab #648130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 36.1%
G = 46.57%
B = 17.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#648130 (or 0x648130) is known color: Olive Drab. HEX triplet: 64, 81 and 30. RGB value is (100,129,48). Sum of RGB (Red+Green+Blue) = 100+129+48=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #648130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648130 is #9B7ECF. Grayscale: #6F6F6F. Windows color (decimal): -10190544 or 3178852. OLE color: 3178852.

HSL color Cylindrical-coordinate representation of color #648130: hue angle of 81.48º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #648130 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 48 -
CMYK 0.22 0 0.63 0.49
HSL 81.48º 0.46% 0.35% -
HSV(B) 81.48º 0.63% 0.51% -
XYZ 13.64 18.62 5.67 -
YUV 111.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 100 129 48 0.22 0 0.63 0.49 81.48 0.46 0.35
Hex 64 81 30 16 0 3F 31 51 2E 23
Octal 144 201 60 26 0 77 61 121 56 43
Binary 1100100 10000001 110000 10110 0 111111 110001 1010001 101110 100011

Color Harmonies of #648130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648130

Black with #648130

Text Example


Text Example

White with #648130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648130; }

 p { color: rgb(100,129,48); }

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

background-color css

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

 a { background-color: rgb(100,129,48); }

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

border-color css

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

 span { border-color: rgb(100,129,48); }

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