Html Css Color HEX #7C8B72 Camouflage Green

📋 copy color: '#7C8B72'

red 124 ◦ green 139 ◦ blue 114

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

Shades of Camouflage Green #7C8B72

Tints of Camouflage Green #7C8B72

RGB

 RED value IS 124 (48.83% from 255) = 32.89%

 GREEN value IS 139 (54.69% from 255) = 36.87%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 32.89%
G = 36.87%
B = 30.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#7C8B72 (or 0x7C8B72) is known color: Camouflage Green. HEX triplet: 7C, 8B and 72. RGB value is (124,139,114). Sum of RGB (Red+Green+Blue) = 124+139+114=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B72 is #83748D. Grayscale: #838383. Windows color (decimal): -8615054 or 7506812. OLE color: 7506812.

HSL color Cylindrical-coordinate representation of color #7C8B72: hue angle of 96º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C8B72 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 124 139 114 -
CMYK 0.11 0 0.18 0.45
HSL 96º 0.1% 0.5% -
HSV(B) 96º 0.18% 0.55% -
XYZ 20.58 23.97 19.46 -
YUV 131.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 124 139 114 0.11 0 0.18 0.45 96 0.1 0.5
Hex 7C 8B 72 B 0 12 2D 60 A 32
Octal 174 213 162 13 0 22 55 140 12 62
Binary 1111100 10001011 1110010 1011 0 10010 101101 1100000 1010 110010

Color Harmonies of #7C8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8B72

Black with #7C8B72

Text Example


Text Example

White with #7C8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,139,114); }

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

background-color css

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

 a { background-color: rgb(124,139,114); }

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

border-color css

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

 span { border-color: rgb(124,139,114); }

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