Html Css Color HEX #676101 Olive

📋 copy color: '#676101'

red 103 ◦ green 97 ◦ blue 1

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

Shades of Olive #676101

Tints of Olive #676101

RGB

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

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

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

R = 51.24%
G = 48.26%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#676101 (or 0x676101) is known color: Olive. HEX triplet: 67, 61 and 01. RGB value is (103,97,1). Sum of RGB (Red+Green+Blue) = 103+97+1=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #676101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676101 is #989EFE. Grayscale: #585858. Windows color (decimal): -10002175 or 90471. OLE color: 90471.

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

Color convert

RGB 103 97 1 -
CMYK 0 0.06 0.99 0.60
HSL 56.47º 0.98% 0.2% -
HSV(B) 56.47º 0.99% 0.4% -
XYZ 9.87 11.44 1.72 -
YUV 87.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 103 97 1 0 0.06 0.99 0.60 56.47 0.98 0.2
Hex 67 61 1 0 6 63 3C 38 62 14
Octal 147 141 1 0 6 143 74 70 142 24
Binary 1100111 1100001 1 0 110 1100011 111100 111000 1100010 10100

Color Harmonies of #676101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676101

Black with #676101

Text Example


Text Example

White with #676101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676101; }

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

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

background-color css

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

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

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

border-color css

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

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

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