Html Css Color HEX #676800 Olive

📋 copy color: '#676800'

red 103 ◦ green 104 ◦ blue 0

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

Shades of Olive #676800

Tints of Olive #676800

RGB

 RED value IS 103 (40.63% from 255) = 49.76%

 GREEN value IS 104 (41.02% from 255) = 50.24%

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

R = 49.76%
G = 50.24%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#676800 (or 0x676800) is known color: Olive. HEX triplet: 67, 68 and 00. RGB value is (103,104,0). Sum of RGB (Red+Green+Blue) = 103+104+0=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #676800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676800 is #9897FF. Grayscale: #5C5C5C. Windows color (decimal): -10000384 or 26727. OLE color: 26727.

HSL color Cylindrical-coordinate representation of color #676800: hue angle of 60.58º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #676800 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 104 0 -
CMYK 0.01 0 1 0.59
HSL 60.58º 1% 0.2% -
HSV(B) 60.58º 1% 0.41% -
XYZ 10.54 12.78 1.91 -
YUV 91.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 103 104 0 0.01 0 1 0.59 60.58 1 0.2
Hex 67 68 0 1 0 64 3B 3D 64 14
Octal 147 150 0 1 0 144 73 75 144 24
Binary 1100111 1101000 0 1 0 1100100 111011 111101 1100100 10100

Color Harmonies of #676800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676800

Black with #676800

Text Example


Text Example

White with #676800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676800; }

 p { color: rgb(103,104,0); }

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

background-color css

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

 a { background-color: rgb(103,104,0); }

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

border-color css

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

 span { border-color: rgb(103,104,0); }

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