Html Css Color HEX #6F8237 Olive Drab

📋 copy color: '#6F8237'

red 111 ◦ green 130 ◦ blue 55

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

Shades of Olive Drab #6F8237

Tints of Olive Drab #6F8237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.92%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 37.5%
G = 43.92%
B = 18.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#6F8237 (or 0x6F8237) is known color: Olive Drab. HEX triplet: 6F, 82 and 37. RGB value is (111,130,55). Sum of RGB (Red+Green+Blue) = 111+130+55=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8237 is #907DC8. Grayscale: #747474. Windows color (decimal): -9469385 or 3637871. OLE color: 3637871.

HSL color Cylindrical-coordinate representation of color #6F8237: hue angle of 75.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F8237 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 130 55 -
CMYK 0.15 0 0.58 0.49
HSL 75.2º 0.41% 0.36% -
HSV(B) 75.2º 0.58% 0.51% -
XYZ 15.23 19.62 6.6 -
YUV 115.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 111 130 55 0.15 0 0.58 0.49 75.2 0.41 0.36
Hex 6F 82 37 F 0 3A 31 4B 29 24
Octal 157 202 67 17 0 72 61 113 51 44
Binary 1101111 10000010 110111 1111 0 111010 110001 1001011 101001 100100

Color Harmonies of #6F8237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8237

Black with #6F8237

Text Example


Text Example

White with #6F8237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,130,55); }

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

background-color css

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

 a { background-color: rgb(111,130,55); }

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

border-color css

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

 span { border-color: rgb(111,130,55); }

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