Html Css Color HEX #647300 Olive

📋 copy color: '#647300'

red 100 ◦ green 115 ◦ blue 0

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

Shades of Olive #647300

Tints of Olive #647300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.49%

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

R = 46.51%
G = 53.49%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#647300 (or 0x647300) is known color: Olive. HEX triplet: 64, 73 and 00. RGB value is (100,115,0). Sum of RGB (Red+Green+Blue) = 100+115+0=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #647300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647300 is #9B8CFF. Grayscale: #616161. Windows color (decimal): -10194176 or 29540. OLE color: 29540.

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

Color convert

RGB 100 115 0 -
CMYK 0.13 0 1 0.55
HSL 67.83º 1% 0.23% -
HSV(B) 67.83º 1% 0.45% -
XYZ 11.39 14.97 2.29 -
YUV 97.41 73.03 129.85 -
System Red Green Blue C M Y K H S L
Decimal 100 115 0 0.13 0 1 0.55 67.83 1 0.23
Hex 64 73 0 D 0 64 37 44 64 17
Octal 144 163 0 15 0 144 67 104 144 27
Binary 1100100 1110011 0 1101 0 1100100 110111 1000100 1100100 10111

Color Harmonies of #647300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647300

Black with #647300

Text Example


Text Example

White with #647300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647300; }

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

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

background-color css

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

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

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

border-color css

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

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

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