Html Css Color HEX #647401 Olive

📋 copy color: '#647401'

red 100 ◦ green 116 ◦ blue 1

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

Shades of Olive #647401

Tints of Olive #647401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.46%

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

R = 46.08%
G = 53.46%
B = 0.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#647401 (or 0x647401) is known color: Olive. HEX triplet: 64, 74 and 01. RGB value is (100,116,1). Sum of RGB (Red+Green+Blue) = 100+116+1=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #647401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647401 is #9B8BFE. Grayscale: #626262. Windows color (decimal): -10193919 or 95332. OLE color: 95332.

HSL color Cylindrical-coordinate representation of color #647401: hue angle of 68.35º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #647401 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 1 -
CMYK 0.14 0 0.99 0.55
HSL 68.35º 0.98% 0.23% -
HSV(B) 68.35º 0.99% 0.45% -
XYZ 11.51 15.2 2.36 -
YUV 98.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 100 116 1 0.14 0 0.99 0.55 68.35 0.98 0.23
Hex 64 74 1 E 0 63 37 44 62 17
Octal 144 164 1 16 0 143 67 104 142 27
Binary 1100100 1110100 1 1110 0 1100011 110111 1000100 1100010 10111

Color Harmonies of #647401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647401

Black with #647401

Text Example


Text Example

White with #647401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647401; }

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

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

background-color css

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

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

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

border-color css

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

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

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