#758166

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

Shades of Camouflage Green #758166

Tints of Camouflage Green #758166

Color information

#758166 (or 0x758166) is unknown color: approx Camouflage Green. HEX triplet: 75, 81 and 66. RGB value is (117,129,102). Sum of RGB (Red+Green+Blue) = 117+129+102=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #758166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758166 is #8A7E99. Grayscale: #7A7A7A. Windows color (decimal): -9076378 or 6717813. OLE color: 6717813.

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

Color convert

RGB117129102-
CMYK0.0900.210.49
HSL86.67º11.69%45.29%-
HSV(B)86.67º20.93%50.59%-
XYZ17.5820.4415.59-
YUV122.33116.52124.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=33.62%
G=37.07%
B=29.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171291020.0900.210.4986.6711.6945.29
Hex75816690153157c2d
Octal16520114611025611271455
Binary1110101100000011100110100101010111000110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758166; }

 p { color: rgb(117,129,102); }

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

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

 a { background-color: rgb(117,129,102); }

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

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

 span { border-color: rgb(117,129,102); }

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