#748867

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

Shades of Camouflage Green #748867

Tints of Camouflage Green #748867

Color information

#748867 (or 0x748867) is unknown color: approx Camouflage Green. HEX triplet: 74, 88 and 67. RGB value is (116,136,103). Sum of RGB (Red+Green+Blue) = 116+136+103=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #748867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748867 is #8B7798. Grayscale: #7E7E7E. Windows color (decimal): -9140121 or 6785140. OLE color: 6785140.

HSL color Cylindrical-coordinate representation of color #748867: hue angle of 96.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #748867 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB116136103-
CMYK0.1500.240.47
HSL96.36º13.81%46.86%-
HSV(B)96.36º24.26%53.33%-
XYZ18.4522.316.16-
YUV126.26114.87120.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 136 (53.52% from 255) = 38.31%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=32.68%
G=38.31%
B=29.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161361030.1500.240.4796.3613.8146.86
Hex748867F0182F60e2f
Octal16421014717030571401657
Binary1110100100010001100111111101100010111111000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748867; }

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

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

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

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

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

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

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

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