Html Css Color HEX #7A836C Camouflage Green

📋 copy color: '#7A836C'

red 122 ◦ green 131 ◦ blue 108

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

Shades of Camouflage Green #7A836C

Tints of Camouflage Green #7A836C

RGB

 RED value IS 122 (48.05% from 255) = 33.8%

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 33.8%
G = 36.29%
B = 29.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#7A836C (or 0x7A836C) is known color: Camouflage Green. HEX triplet: 7A, 83 and 6C. RGB value is (122,131,108). Sum of RGB (Red+Green+Blue) = 122+131+108=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #7A836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A836C is #857C93. Grayscale: #7D7D7D. Windows color (decimal): -8748180 or 7111546. OLE color: 7111546.

HSL color Cylindrical-coordinate representation of color #7A836C: hue angle of 83.48º 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 #7A836C is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 131 108 -
CMYK 0.07 0 0.18 0.49
HSL 83.48º 0.1% 0.47% -
HSV(B) 83.48º 0.18% 0.51% -
XYZ 18.85 21.45 17.33 -
YUV 125.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 122 131 108 0.07 0 0.18 0.49 83.48 0.1 0.47
Hex 7A 83 6C 7 0 12 31 53 A 2F
Octal 172 203 154 7 0 22 61 123 12 57
Binary 1111010 10000011 1101100 111 0 10010 110001 1010011 1010 101111

Color Harmonies of #7A836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A836C

Black with #7A836C

Text Example


Text Example

White with #7A836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A836C; }

 p { color: rgb(122,131,108); }

 H1.HeaderClassName
 {
   color: #7A836C;
 }
 .AnyTagClassName
 {
   color: #7A836C;
 }
</style>

background-color css

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

 a { background-color: rgb(122,131,108); }

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

border-color css

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

 span { border-color: rgb(122,131,108); }

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