Html Css Color HEX #647201 Olive

📋 copy color: '#647201'

red 100 ◦ green 114 ◦ blue 1

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

Shades of Olive #647201

Tints of Olive #647201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.02%

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

R = 46.51%
G = 53.02%
B = 0.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#647201 (or 0x647201) is known color: Olive. HEX triplet: 64, 72 and 01. RGB value is (100,114,1). Sum of RGB (Red+Green+Blue) = 100+114+1=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #647201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647201 is #9B8DFE. Grayscale: #616161. Windows color (decimal): -10194431 or 94820. OLE color: 94820.

HSL color Cylindrical-coordinate representation of color #647201: hue angle of 67.43º 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 #647201 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 1 -
CMYK 0.12 0 0.99 0.55
HSL 67.43º 0.98% 0.23% -
HSV(B) 67.43º 0.99% 0.45% -
XYZ 11.28 14.75 2.28 -
YUV 96.93 73.86 130.19 -
System Red Green Blue C M Y K H S L
Decimal 100 114 1 0.12 0 0.99 0.55 67.43 0.98 0.23
Hex 64 72 1 C 0 63 37 43 62 17
Octal 144 162 1 14 0 143 67 103 142 27
Binary 1100100 1110010 1 1100 0 1100011 110111 1000011 1100010 10111

Color Harmonies of #647201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647201

Black with #647201

Text Example


Text Example

White with #647201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647201; }

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

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

background-color css

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

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

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

border-color css

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

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

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