Html Css Color HEX #677301 Olive

📋 copy color: '#677301'

red 103 ◦ green 115 ◦ blue 1

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

Shades of Olive #677301

Tints of Olive #677301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.51%

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

R = 47.03%
G = 52.51%
B = 0.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#677301 (or 0x677301) is known color: Olive. HEX triplet: 67, 73 and 01. RGB value is (103,115,1). Sum of RGB (Red+Green+Blue) = 103+115+1=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #677301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677301 is #988CFE. Grayscale: #626262. Windows color (decimal): -9997567 or 95079. OLE color: 95079.

HSL color Cylindrical-coordinate representation of color #677301: hue angle of 66.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #677301 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 115 1 -
CMYK 0.10 0 0.99 0.55
HSL 66.32º 0.98% 0.23% -
HSV(B) 66.32º 0.99% 0.45% -
XYZ 11.73 15.15 2.33 -
YUV 98.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 103 115 1 0.10 0 0.99 0.55 66.32 0.98 0.23
Hex 67 73 1 A 0 63 37 42 62 17
Octal 147 163 1 12 0 143 67 102 142 27
Binary 1100111 1110011 1 1010 0 1100011 110111 1000010 1100010 10111

Color Harmonies of #677301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677301

Black with #677301

Text Example


Text Example

White with #677301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677301; }

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

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

background-color css

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

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

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

border-color css

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

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

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