Html Css Color HEX #647601 Olive

📋 copy color: '#647601'

red 100 ◦ green 118 ◦ blue 1

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

Shades of Olive #647601

Tints of Olive #647601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.88%

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

R = 45.66%
G = 53.88%
B = 0.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#647601 (or 0x647601) is known color: Olive. HEX triplet: 64, 76 and 01. RGB value is (100,118,1). Sum of RGB (Red+Green+Blue) = 100+118+1=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #647601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647601 is #9B89FE. Grayscale: #636363. Windows color (decimal): -10193407 or 95844. OLE color: 95844.

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

Color convert

RGB 100 118 1 -
CMYK 0.15 0 0.99 0.54
HSL 69.23º 0.98% 0.23% -
HSV(B) 69.23º 0.99% 0.46% -
XYZ 11.74 15.67 2.43 -
YUV 99.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 100 118 1 0.15 0 0.99 0.54 69.23 0.98 0.23
Hex 64 76 1 F 0 63 36 45 62 17
Octal 144 166 1 17 0 143 66 105 142 27
Binary 1100100 1110110 1 1111 0 1100011 110110 1000101 1100010 10111

Color Harmonies of #647601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647601

Black with #647601

Text Example


Text Example

White with #647601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647601; }

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

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

background-color css

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

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

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

border-color css

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

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

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