Html Css Color HEX #6F8360 Camouflage Green

📋 copy color: '#6F8360'

red 111 ◦ green 131 ◦ blue 96

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

Shades of Camouflage Green #6F8360

Tints of Camouflage Green #6F8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 32.84%
G = 38.76%
B = 28.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#6F8360 (or 0x6F8360) is known color: Camouflage Green. HEX triplet: 6F, 83 and 60. RGB value is (111,131,96). Sum of RGB (Red+Green+Blue) = 111+131+96=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8360 is #907C9F. Grayscale: #797979. Windows color (decimal): -9469088 or 6325103. OLE color: 6325103.

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

Color convert

RGB 111 131 96 -
CMYK 0.15 0 0.27 0.49
HSL 94.29º 0.15% 0.45% -
HSV(B) 94.29º 0.27% 0.51% -
XYZ 16.78 20.46 14.13 -
YUV 121.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 111 131 96 0.15 0 0.27 0.49 94.29 0.15 0.45
Hex 6F 83 60 F 0 1B 31 5E F 2D
Octal 157 203 140 17 0 33 61 136 17 55
Binary 1101111 10000011 1100000 1111 0 11011 110001 1011110 1111 101101

Color Harmonies of #6F8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8360

Black with #6F8360

Text Example


Text Example

White with #6F8360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,131,96); }

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

background-color css

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

 a { background-color: rgb(111,131,96); }

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

border-color css

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

 span { border-color: rgb(111,131,96); }

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