#74855F

Color #74855F Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #74855F

Tints of Camouflage Green #74855F

Color information

#74855F (or 0x74855F) is unknown color: approx Camouflage Green. HEX triplet: 74, 85 and 5F. RGB value is (116,133,95). Sum of RGB (Red+Green+Blue) = 116+133+95=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #74855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74855F is #8B7AA0. Grayscale: #7B7B7B. Windows color (decimal): -9140897 or 6260084. OLE color: 6260084.

HSL color Cylindrical-coordinate representation of color #74855F: hue angle of 86.84º 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 #74855F is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB11613395-
CMYK0.1300.290.48
HSL86.84º16.67%44.71%-
HSV(B)86.84º28.57%52.16%-
XYZ17.6621.3114.01-
YUV123.58111.87122.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=33.72%
G=38.66%
B=27.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133950.1300.290.4886.8416.6744.71
Hex74855FD01D3057112d
Octal16420513715035601272155
Binary11101001000010110111111101011101110000101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74855F; }

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

 H1.HeaderClassName
 {
   color: #74855F;
 }
 .AnyTagClassName
 {
   color: #74855F;
 }
</style>
background-color css

<style>
 a { background-color: #74855F; }

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

 div.DivClassName
 {
   background-color: #74855F;
 }
 .BgClassName
 {
   background-color: #74855F;
 }
</style>
border-color css

<style>
 span { border-color: #74855F; }

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

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