Html Css Color HEX #647000 Olive

📋 copy color: '#647000'

red 100 ◦ green 112 ◦ blue 0

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

Shades of Olive #647000

Tints of Olive #647000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.17%
G = 52.83%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#647000 (or 0x647000) is known color: Olive. HEX triplet: 64, 70 and 00. RGB value is (100,112,0). Sum of RGB (Red+Green+Blue) = 100+112+0=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #647000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647000 is #9B8FFF. Grayscale: #606060. Windows color (decimal): -10194944 or 28772. OLE color: 28772.

HSL color Cylindrical-coordinate representation of color #647000: hue angle of 66.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #647000 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 112 0 -
CMYK 0.11 0 1 0.56
HSL 66.43º 1% 0.22% -
HSV(B) 66.43º 1% 0.44% -
XYZ 11.05 14.3 2.18 -
YUV 95.64 74.02 131.11 -
System Red Green Blue C M Y K H S L
Decimal 100 112 0 0.11 0 1 0.56 66.43 1 0.22
Hex 64 70 0 B 0 64 38 42 64 16
Octal 144 160 0 13 0 144 70 102 144 26
Binary 1100100 1110000 0 1011 0 1100100 111000 1000010 1100100 10110

Color Harmonies of #647000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647000

Black with #647000

Text Example


Text Example

White with #647000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647000; }

 p { color: rgb(100,112,0); }

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

background-color css

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

 a { background-color: rgb(100,112,0); }

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

border-color css

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

 span { border-color: rgb(100,112,0); }

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