#74855B

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

Shades of Camouflage Green #74855B

Tints of Camouflage Green #74855B

Color information

#74855B (or 0x74855B) is unknown color: approx Camouflage Green. HEX triplet: 74, 85 and 5B. RGB value is (116,133,91). Sum of RGB (Red+Green+Blue) = 116+133+91=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #74855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74855B is #8B7AA4. Grayscale: #7B7B7B. Windows color (decimal): -9140901 or 5997940. OLE color: 5997940.

HSL color Cylindrical-coordinate representation of color #74855B: hue angle of 84.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74855B is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB11613391-
CMYK0.1300.320.48
HSL84.29º18.75%43.92%-
HSV(B)84.29º31.58%52.16%-
XYZ17.4821.2413.08-
YUV123.13109.87122.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=34.12%
G=39.12%
B=26.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133910.1300.320.4884.2918.7543.92
Hex74855BD0203054132c
Octal16420513315040601242354
Binary111010010000101101101111010100000110000101010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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