Html Css Color HEX #646F00 Olive

📋 copy color: '#646F00'

red 100 ◦ green 111 ◦ blue 0

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

Shades of Olive #646F00

Tints of Olive #646F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.61%

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

R = 47.39%
G = 52.61%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#646F00 (or 0x646F00) is known color: Olive. HEX triplet: 64, 6F and 00. RGB value is (100,111,0). Sum of RGB (Red+Green+Blue) = 100+111+0=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #646F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646F00 is #9B90FF. Grayscale: #5F5F5F. Windows color (decimal): -10195200 or 28516. OLE color: 28516.

HSL color Cylindrical-coordinate representation of color #646F00: hue angle of 65.95º 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 #646F00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 111 0 -
CMYK 0.10 0 1 0.56
HSL 65.95º 1% 0.22% -
HSV(B) 65.95º 1% 0.44% -
XYZ 10.94 14.08 2.14 -
YUV 95.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 100 111 0 0.10 0 1 0.56 65.95 1 0.22
Hex 64 6F 0 A 0 64 38 42 64 16
Octal 144 157 0 12 0 144 70 102 144 26
Binary 1100100 1101111 0 1010 0 1100100 111000 1000010 1100100 10110

Color Harmonies of #646F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646F00

Black with #646F00

Text Example


Text Example

White with #646F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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