Html Css Color HEX #6F8931 Olive Drab

📋 copy color: '#6F8931'

red 111 ◦ green 137 ◦ blue 49

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

Shades of Olive Drab #6F8931

Tints of Olive Drab #6F8931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 37.37%
G = 46.13%
B = 16.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#6F8931 (or 0x6F8931) is known color: Olive Drab. HEX triplet: 6F, 89 and 31. RGB value is (111,137,49). Sum of RGB (Red+Green+Blue) = 111+137+49=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8931 is #9076CE. Grayscale: #777777. Windows color (decimal): -9467599 or 3246447. OLE color: 3246447.

HSL color Cylindrical-coordinate representation of color #6F8931: hue angle of 77.73º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F8931 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 137 49 -
CMYK 0.19 0 0.64 0.46
HSL 77.73º 0.47% 0.36% -
HSV(B) 77.73º 0.64% 0.54% -
XYZ 16.06 21.49 6.21 -
YUV 119.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 111 137 49 0.19 0 0.64 0.46 77.73 0.47 0.36
Hex 6F 89 31 13 0 40 2E 4E 2F 24
Octal 157 211 61 23 0 100 56 116 57 44
Binary 1101111 10001001 110001 10011 0 1000000 101110 1001110 101111 100100

Color Harmonies of #6F8931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8931

Black with #6F8931

Text Example


Text Example

White with #6F8931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,137,49); }

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

background-color css

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

 a { background-color: rgb(111,137,49); }

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

border-color css

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

 span { border-color: rgb(111,137,49); }

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