Html Css Color HEX #6F8728 Olive Drab

📋 copy color: '#6F8728'

red 111 ◦ green 135 ◦ blue 40

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

Shades of Olive Drab #6F8728

Tints of Olive Drab #6F8728

RGB

 RED value IS 111 (43.75% from 255) = 38.81%

 GREEN value IS 135 (53.13% from 255) = 47.2%

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

R = 38.81%
G = 47.2%
B = 13.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#6F8728 (or 0x6F8728) is known color: Olive Drab. HEX triplet: 6F, 87 and 28. RGB value is (111,135,40). Sum of RGB (Red+Green+Blue) = 111+135+40=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8728 is #9078D7. Grayscale: #757575. Windows color (decimal): -9468120 or 2656111. OLE color: 2656111.

HSL color Cylindrical-coordinate representation of color #6F8728: hue angle of 75.16º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F8728 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 135 40 -
CMYK 0.18 0 0.70 0.47
HSL 75.16º 0.54% 0.34% -
HSV(B) 75.16º 0.7% 0.53% -
XYZ 15.6 20.86 5.21 -
YUV 116.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 111 135 40 0.18 0 0.70 0.47 75.16 0.54 0.34
Hex 6F 87 28 12 0 46 2F 4B 36 22
Octal 157 207 50 22 0 106 57 113 66 42
Binary 1101111 10000111 101000 10010 0 1000110 101111 1001011 110110 100010

Color Harmonies of #6F8728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8728

Black with #6F8728

Text Example


Text Example

White with #6F8728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F8728; }

 p { color: rgb(111,135,40); }

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

background-color css

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

 a { background-color: rgb(111,135,40); }

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

border-color css

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

 span { border-color: rgb(111,135,40); }

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