Html Css Color HEX #6F855F Camouflage Green

📋 copy color: '#6F855F'

red 111 ◦ green 133 ◦ blue 95

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

Shades of Camouflage Green #6F855F

Tints of Camouflage Green #6F855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 32.74%
G = 39.23%
B = 28.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#6F855F (or 0x6F855F) is known color: Camouflage Green. HEX triplet: 6F, 85 and 5F. RGB value is (111,133,95). Sum of RGB (Red+Green+Blue) = 111+133+95=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #6F855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F855F is #907AA0. Grayscale: #7A7A7A. Windows color (decimal): -9468577 or 6260079. OLE color: 6260079.

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

Color convert

RGB 111 133 95 -
CMYK 0.17 0 0.29 0.48
HSL 94.74º 0.17% 0.45% -
HSV(B) 94.74º 0.29% 0.52% -
XYZ 17.01 20.98 13.98 -
YUV 122.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 111 133 95 0.17 0 0.29 0.48 94.74 0.17 0.45
Hex 6F 85 5F 11 0 1D 30 5F 11 2D
Octal 157 205 137 21 0 35 60 137 21 55
Binary 1101111 10000101 1011111 10001 0 11101 110000 1011111 10001 101101

Color Harmonies of #6F855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F855F

Black with #6F855F

Text Example


Text Example

White with #6F855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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