Html Css Color HEX #677100 Olive

📋 copy color: '#677100'

red 103 ◦ green 113 ◦ blue 0

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

Shades of Olive #677100

Tints of Olive #677100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.31%

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

R = 47.69%
G = 52.31%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#677100 (or 0x677100) is known color: Olive. HEX triplet: 67, 71 and 00. RGB value is (103,113,0). Sum of RGB (Red+Green+Blue) = 103+113+0=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #677100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677100 is #988EFF. Grayscale: #616161. Windows color (decimal): -9998080 or 29031. OLE color: 29031.

HSL color Cylindrical-coordinate representation of color #677100: hue angle of 65.31º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #677100 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 113 0 -
CMYK 0.09 0 1 0.56
HSL 65.31º 1% 0.22% -
HSV(B) 65.31º 1% 0.44% -
XYZ 11.5 14.69 2.23 -
YUV 97.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 103 113 0 0.09 0 1 0.56 65.31 1 0.22
Hex 67 71 0 9 0 64 38 41 64 16
Octal 147 161 0 11 0 144 70 101 144 26
Binary 1100111 1110001 0 1001 0 1100100 111000 1000001 1100100 10110

Color Harmonies of #677100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677100

Black with #677100

Text Example


Text Example

White with #677100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677100; }

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

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

background-color css

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

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

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

border-color css

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

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

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