Html Css Color HEX #676201 Olive

📋 copy color: '#676201'

red 103 ◦ green 98 ◦ blue 1

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

Shades of Olive #676201

Tints of Olive #676201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 50.99%
G = 48.51%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#676201 (or 0x676201) is known color: Olive. HEX triplet: 67, 62 and 01. RGB value is (103,98,1). Sum of RGB (Red+Green+Blue) = 103+98+1=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #676201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676201 is #989DFE. Grayscale: #585858. Windows color (decimal): -10001919 or 90727. OLE color: 90727.

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

Color convert

RGB 103 98 1 -
CMYK 0 0.05 0.99 0.60
HSL 57.06º 0.98% 0.2% -
HSV(B) 57.06º 0.99% 0.4% -
XYZ 9.97 11.62 1.75 -
YUV 88.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 103 98 1 0 0.05 0.99 0.60 57.06 0.98 0.2
Hex 67 62 1 0 5 63 3C 39 62 14
Octal 147 142 1 0 5 143 74 71 142 24
Binary 1100111 1100010 1 0 101 1100011 111100 111001 1100010 10100

Color Harmonies of #676201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676201

Black with #676201

Text Example


Text Example

White with #676201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676201; }

 p { color: rgb(103,98,1); }

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

background-color css

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

 a { background-color: rgb(103,98,1); }

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

border-color css

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

 span { border-color: rgb(103,98,1); }

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