Html Css Color HEX #677701 Olive

📋 copy color: '#677701'

red 103 ◦ green 119 ◦ blue 1

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

Shades of Olive #677701

Tints of Olive #677701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.36%

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

R = 46.19%
G = 53.36%
B = 0.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#677701 (or 0x677701) is known color: Olive. HEX triplet: 67, 77 and 01. RGB value is (103,119,1). Sum of RGB (Red+Green+Blue) = 103+119+1=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #677701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677701 is #9888FE. Grayscale: #656565. Windows color (decimal): -9996543 or 96103. OLE color: 96103.

HSL color Cylindrical-coordinate representation of color #677701: hue angle of 68.14º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #677701 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 119 1 -
CMYK 0.13 0 0.99 0.53
HSL 68.14º 0.98% 0.24% -
HSV(B) 68.14º 0.99% 0.47% -
XYZ 12.2 16.08 2.49 -
YUV 100.76 71.7 129.59 -
System Red Green Blue C M Y K H S L
Decimal 103 119 1 0.13 0 0.99 0.53 68.14 0.98 0.24
Hex 67 77 1 D 0 63 35 44 62 18
Octal 147 167 1 15 0 143 65 104 142 30
Binary 1100111 1110111 1 1101 0 1100011 110101 1000100 1100010 11000

Color Harmonies of #677701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677701

Black with #677701

Text Example


Text Example

White with #677701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677701; }

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

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

background-color css

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

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

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

border-color css

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

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

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