#748567

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

Shades of Camouflage Green #748567

Tints of Camouflage Green #748567

Color information

#748567 (or 0x748567) is unknown color: approx Camouflage Green. HEX triplet: 74, 85 and 67. RGB value is (116,133,103). Sum of RGB (Red+Green+Blue) = 116+133+103=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #748567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748567 is #8B7A98. Grayscale: #7C7C7C. Windows color (decimal): -9140889 or 6784372. OLE color: 6784372.

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

Color convert

RGB116133103-
CMYK0.1300.230.48
HSL94º12.71%46.27%-
HSV(B)94º22.56%52.16%-
XYZ18.0421.4716.02-
YUV124.5115.87121.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=32.95%
G=37.78%
B=29.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161331030.1300.230.489412.7146.27
Hex748567D017305ed2e
Octal16420514715027601361556
Binary1110100100001011100111110101011111000010111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748567; }

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

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

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

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

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

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

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

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