Html Css Color HEX #648301 Olive

📋 copy color: '#648301'

red 100 ◦ green 131 ◦ blue 1

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

Shades of Olive #648301

Tints of Olive #648301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 43.1%
G = 56.47%
B = 0.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#648301 (or 0x648301) is known color: Olive. HEX triplet: 64, 83 and 01. RGB value is (100,131,1). Sum of RGB (Red+Green+Blue) = 100+131+1=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #648301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648301 is #9B7CFE. Grayscale: #6B6B6B. Windows color (decimal): -10190079 or 99172. OLE color: 99172.

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

Color convert

RGB 100 131 1 -
CMYK 0.24 0 0.99 0.49
HSL 74.31º 0.98% 0.26% -
HSV(B) 74.31º 0.99% 0.51% -
XYZ 13.38 18.94 2.98 -
YUV 106.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 100 131 1 0.24 0 0.99 0.49 74.31 0.98 0.26
Hex 64 83 1 18 0 63 31 4A 62 1A
Octal 144 203 1 30 0 143 61 112 142 32
Binary 1100100 10000011 1 11000 0 1100011 110001 1001010 1100010 11010

Color Harmonies of #648301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648301

Black with #648301

Text Example


Text Example

White with #648301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648301; }

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

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

background-color css

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

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

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

border-color css

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

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

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