Html Css Color HEX #676500 Olive

📋 copy color: '#676500'

red 103 ◦ green 101 ◦ blue 0

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

Shades of Olive #676500

Tints of Olive #676500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.51%

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

R = 50.49%
G = 49.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#676500 (or 0x676500) is known color: Olive. HEX triplet: 67, 65 and 00. RGB value is (103,101,0). Sum of RGB (Red+Green+Blue) = 103+101+0=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #676500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676500 is #989AFF. Grayscale: #5A5A5A. Windows color (decimal): -10001152 or 25959. OLE color: 25959.

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

Color convert

RGB 103 101 0 -
CMYK 0 0.02 1 0.60
HSL 58.83º 1% 0.2% -
HSV(B) 58.83º 1% 0.4% -
XYZ 10.25 12.19 1.81 -
YUV 90.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 103 101 0 0 0.02 1 0.60 58.83 1 0.2
Hex 67 65 0 0 2 64 3C 3B 64 14
Octal 147 145 0 0 2 144 74 73 144 24
Binary 1100111 1100101 0 0 10 1100100 111100 111011 1100100 10100

Color Harmonies of #676500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676500

Black with #676500

Text Example


Text Example

White with #676500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676500; }

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

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

background-color css

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

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

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

border-color css

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

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

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