Html Css Color HEX #676100 Olive

📋 copy color: '#676100'

red 103 ◦ green 97 ◦ blue 0

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

Shades of Olive #676100

Tints of Olive #676100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.5%

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

R = 51.5%
G = 48.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#676100 (or 0x676100) is known color: Olive. HEX triplet: 67, 61 and 00. RGB value is (103,97,0). Sum of RGB (Red+Green+Blue) = 103+97+0=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #676100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676100 is #989EFF. Grayscale: #585858. Windows color (decimal): -10002176 or 24935. OLE color: 24935.

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

Color convert

RGB 103 97 0 -
CMYK 0 0.06 1 0.60
HSL 56.5º 1% 0.2% -
HSV(B) 56.5º 1% 0.4% -
XYZ 9.87 11.43 1.69 -
YUV 87.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 103 97 0 0 0.06 1 0.60 56.5 1 0.2
Hex 67 61 0 0 6 64 3C 39 64 14
Octal 147 141 0 0 6 144 74 71 144 24
Binary 1100111 1100001 0 0 110 1100100 111100 111001 1100100 10100

Color Harmonies of #676100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676100

Black with #676100

Text Example


Text Example

White with #676100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676100; }

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

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

background-color css

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

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

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

border-color css

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

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

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