Html Css Color HEX #677F1B Olive Drab

📋 copy color: '#677F1B'

red 103 ◦ green 127 ◦ blue 27

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

Shades of Olive Drab #677F1B

Tints of Olive Drab #677F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 40.08%
G = 49.42%
B = 10.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#677F1B (or 0x677F1B) is known color: Olive Drab. HEX triplet: 67, 7F and 1B. RGB value is (103,127,27). Sum of RGB (Red+Green+Blue) = 103+127+27=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #677F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677F1B is #9880E4. Grayscale: #6C6C6C. Windows color (decimal): -9994469 or 1802087. OLE color: 1802087.

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

Color convert

RGB 103 127 27 -
CMYK 0.19 0 0.79 0.50
HSL 74.4º 0.65% 0.3% -
HSV(B) 74.4º 0.79% 0.5% -
XYZ 13.38 18.14 3.83 -
YUV 108.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 103 127 27 0.19 0 0.79 0.50 74.4 0.65 0.3
Hex 67 7F 1B 13 0 4F 32 4A 41 1E
Octal 147 177 33 23 0 117 62 112 101 36
Binary 1100111 1111111 11011 10011 0 1001111 110010 1001010 1000001 11110

Color Harmonies of #677F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F1B

Black with #677F1B

Text Example


Text Example

White with #677F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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