Html Css Color HEX #75816A Camouflage Green

📋 copy color: '#75816A'

red 117 ◦ green 129 ◦ blue 106

#75816A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #75816A

Tints of Camouflage Green #75816A

RGB

 RED value IS 117 (46.09% from 255) = 33.24%

 GREEN value IS 129 (50.78% from 255) = 36.65%

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 33.24%
G = 36.65%
B = 30.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#75816A (or 0x75816A) is known color: Camouflage Green. HEX triplet: 75, 81 and 6A. RGB value is (117,129,106). Sum of RGB (Red+Green+Blue) = 117+129+106=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #75816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75816A is #8A7E95. Grayscale: #7A7A7A. Windows color (decimal): -9076374 or 6979957. OLE color: 6979957.

HSL color Cylindrical-coordinate representation of color #75816A: hue angle of 91.3º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75816A is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 106 -
CMYK 0.09 0 0.18 0.49
HSL 91.3º 0.1% 0.46% -
HSV(B) 91.3º 0.18% 0.51% -
XYZ 17.79 20.52 16.66 -
YUV 122.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 117 129 106 0.09 0 0.18 0.49 91.3 0.1 0.46
Hex 75 81 6A 9 0 12 31 5B A 2E
Octal 165 201 152 11 0 22 61 133 12 56
Binary 1110101 10000001 1101010 1001 0 10010 110001 1011011 1010 101110

Color Harmonies of #75816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75816A

Black with #75816A

Text Example


Text Example

White with #75816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75816A; }

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

 H1.HeaderClassName
 {
   color: #75816A;
 }
 .AnyTagClassName
 {
   color: #75816A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #75816A;
 }
 .BgClassName
 {
   background-color: #75816A;
 }
</style>

border-color css

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

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

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