Html Css Color HEX #6F8536 Olive Drab

📋 copy color: '#6F8536'

red 111 ◦ green 133 ◦ blue 54

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

Shades of Olive Drab #6F8536

Tints of Olive Drab #6F8536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 54 (21.48% from 255) = 18.12%

R = 37.25%
G = 44.63%
B = 18.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#6F8536 (or 0x6F8536) is known color: Olive Drab. HEX triplet: 6F, 85 and 36. RGB value is (111,133,54). Sum of RGB (Red+Green+Blue) = 111+133+54=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8536 is #907AC9. Grayscale: #757575. Windows color (decimal): -9468618 or 3573103. OLE color: 3573103.

HSL color Cylindrical-coordinate representation of color #6F8536: hue angle of 76.71º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F8536 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 133 54 -
CMYK 0.17 0 0.59 0.48
HSL 76.71º 0.42% 0.37% -
HSV(B) 76.71º 0.59% 0.52% -
XYZ 15.61 20.42 6.61 -
YUV 117.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 111 133 54 0.17 0 0.59 0.48 76.71 0.42 0.37
Hex 6F 85 36 11 0 3B 30 4D 2A 25
Octal 157 205 66 21 0 73 60 115 52 45
Binary 1101111 10000101 110110 10001 0 111011 110000 1001101 101010 100101

Color Harmonies of #6F8536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8536

Black with #6F8536

Text Example


Text Example

White with #6F8536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,133,54); }

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

background-color css

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

 a { background-color: rgb(111,133,54); }

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

border-color css

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

 span { border-color: rgb(111,133,54); }

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