Html Css Color HEX #75836B Camouflage Green

📋 copy color: '#75836B'

red 117 ◦ green 131 ◦ blue 107

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

Shades of Camouflage Green #75836B

Tints of Camouflage Green #75836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 32.96%
G = 36.9%
B = 30.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#75836B (or 0x75836B) is known color: Camouflage Green. HEX triplet: 75, 83 and 6B. RGB value is (117,131,107). Sum of RGB (Red+Green+Blue) = 117+131+107=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #75836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75836B is #8A7C94. Grayscale: #7C7C7C. Windows color (decimal): -9075861 or 7046005. OLE color: 7046005.

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

Color convert

RGB 117 131 107 -
CMYK 0.11 0 0.18 0.49
HSL 95º 0.1% 0.47% -
HSV(B) 95º 0.18% 0.51% -
XYZ 18.11 21.08 17.02 -
YUV 124.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 117 131 107 0.11 0 0.18 0.49 95 0.1 0.47
Hex 75 83 6B B 0 12 31 5F A 2F
Octal 165 203 153 13 0 22 61 137 12 57
Binary 1110101 10000011 1101011 1011 0 10010 110001 1011111 1010 101111

Color Harmonies of #75836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75836B

Black with #75836B

Text Example


Text Example

White with #75836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,131,107); }

 H1.HeaderClassName
 {
   color: #75836B;
 }
 .AnyTagClassName
 {
   color: #75836B;
 }
</style>

background-color css

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

 a { background-color: rgb(117,131,107); }

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

border-color css

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

 span { border-color: rgb(117,131,107); }

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