Html Css Color HEX #677F2F Olive Drab

📋 copy color: '#677F2F'

red 103 ◦ green 127 ◦ blue 47

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

Shades of Olive Drab #677F2F

Tints of Olive Drab #677F2F

RGB

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

 GREEN value IS 127 (50% from 255) = 45.85%

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 37.18%
G = 45.85%
B = 16.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#677F2F (or 0x677F2F) is known color: Olive Drab. HEX triplet: 67, 7F and 2F. RGB value is (103,127,47). Sum of RGB (Red+Green+Blue) = 103+127+47=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #677F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677F2F is #9880D0. Grayscale: #6E6E6E. Windows color (decimal): -9994449 or 3112807. OLE color: 3112807.

HSL color Cylindrical-coordinate representation of color #677F2F: hue angle of 78º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #677F2F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 127 47 -
CMYK 0.19 0 0.63 0.50
HSL 78º 0.46% 0.34% -
HSV(B) 78º 0.63% 0.5% -
XYZ 13.7 18.27 5.49 -
YUV 110.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 103 127 47 0.19 0 0.63 0.50 78 0.46 0.34
Hex 67 7F 2F 13 0 3F 32 4E 2E 22
Octal 147 177 57 23 0 77 62 116 56 42
Binary 1100111 1111111 101111 10011 0 111111 110010 1001110 101110 100010

Color Harmonies of #677F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F2F

Black with #677F2F

Text Example


Text Example

White with #677F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677F2F; }

 p { color: rgb(103,127,47); }

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

background-color css

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

 a { background-color: rgb(103,127,47); }

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

border-color css

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

 span { border-color: rgb(103,127,47); }

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