Html Css Color HEX #647400 Olive

📋 copy color: '#647400'

red 100 ◦ green 116 ◦ blue 0

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

Shades of Olive #647400

Tints of Olive #647400

RGB

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

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

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

R = 46.3%
G = 53.7%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#647400 (or 0x647400) is known color: Olive. HEX triplet: 64, 74 and 00. RGB value is (100,116,0). Sum of RGB (Red+Green+Blue) = 100+116+0=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #647400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647400 is #9B8BFF. Grayscale: #626262. Windows color (decimal): -10193920 or 29796. OLE color: 29796.

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

Color convert

RGB 100 116 0 -
CMYK 0.14 0 1 0.55
HSL 68.28º 1% 0.23% -
HSV(B) 68.28º 1% 0.45% -
XYZ 11.5 15.2 2.33 -
YUV 97.99 72.7 129.43 -
System Red Green Blue C M Y K H S L
Decimal 100 116 0 0.14 0 1 0.55 68.28 1 0.23
Hex 64 74 0 E 0 64 37 44 64 17
Octal 144 164 0 16 0 144 67 104 144 27
Binary 1100100 1110100 0 1110 0 1100100 110111 1000100 1100100 10111

Color Harmonies of #647400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647400

Black with #647400

Text Example


Text Example

White with #647400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647400; }

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

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

background-color css

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

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

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

border-color css

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

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

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