Html Css Color HEX #677F28 Olive Drab

📋 copy color: '#677F28'

red 103 ◦ green 127 ◦ blue 40

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

Shades of Olive Drab #677F28

Tints of Olive Drab #677F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 38.15%
G = 47.04%
B = 14.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#677F28 (or 0x677F28) is known color: Olive Drab. HEX triplet: 67, 7F and 28. RGB value is (103,127,40). Sum of RGB (Red+Green+Blue) = 103+127+40=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #677F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677F28 is #9880D7. Grayscale: #6E6E6E. Windows color (decimal): -9994456 or 2654055. OLE color: 2654055.

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

Color convert

RGB 103 127 40 -
CMYK 0.19 0 0.69 0.50
HSL 76.55º 0.52% 0.33% -
HSV(B) 76.55º 0.69% 0.5% -
XYZ 13.57 18.22 4.81 -
YUV 109.91 88.55 123.07 -
System Red Green Blue C M Y K H S L
Decimal 103 127 40 0.19 0 0.69 0.50 76.55 0.52 0.33
Hex 67 7F 28 13 0 45 32 4D 34 21
Octal 147 177 50 23 0 105 62 115 64 41
Binary 1100111 1111111 101000 10011 0 1000101 110010 1001101 110100 100001

Color Harmonies of #677F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F28

Black with #677F28

Text Example


Text Example

White with #677F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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