Html Css Color HEX #6F8232 Olive Drab

📋 copy color: '#6F8232'

red 111 ◦ green 130 ◦ blue 50

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

Shades of Olive Drab #6F8232

Tints of Olive Drab #6F8232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 38.14%
G = 44.67%
B = 17.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#6F8232 (or 0x6F8232) is known color: Olive Drab. HEX triplet: 6F, 82 and 32. RGB value is (111,130,50). Sum of RGB (Red+Green+Blue) = 111+130+50=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8232 is #907DCD. Grayscale: #737373. Windows color (decimal): -9469390 or 3310191. OLE color: 3310191.

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

Color convert

RGB 111 130 50 -
CMYK 0.15 0 0.62 0.49
HSL 74.25º 0.44% 0.35% -
HSV(B) 74.25º 0.62% 0.51% -
XYZ 15.11 19.58 6 -
YUV 115.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 111 130 50 0.15 0 0.62 0.49 74.25 0.44 0.35
Hex 6F 82 32 F 0 3E 31 4A 2C 23
Octal 157 202 62 17 0 76 61 112 54 43
Binary 1101111 10000010 110010 1111 0 111110 110001 1001010 101100 100011

Color Harmonies of #6F8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8232

Black with #6F8232

Text Example


Text Example

White with #6F8232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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