Html Css Color HEX #7D8966 Camouflage Green

📋 copy color: '#7D8966'

red 125 ◦ green 137 ◦ blue 102

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

Shades of Camouflage Green #7D8966

Tints of Camouflage Green #7D8966

RGB

 RED value IS 125 (49.22% from 255) = 34.34%

 GREEN value IS 137 (53.91% from 255) = 37.64%

 BLUE value IS 102 (40.23% from 255) = 28.02%

R = 34.34%
G = 37.64%
B = 28.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#7D8966 (or 0x7D8966) is known color: Camouflage Green. HEX triplet: 7D, 89 and 66. RGB value is (125,137,102). Sum of RGB (Red+Green+Blue) = 125+137+102=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8966 is #827699. Grayscale: #818181. Windows color (decimal): -8550042 or 6719869. OLE color: 6719869.

HSL color Cylindrical-coordinate representation of color #7D8966: hue angle of 80.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D8966 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 137 102 -
CMYK 0.09 0 0.26 0.46
HSL 80.57º 0.15% 0.47% -
HSV(B) 80.57º 0.26% 0.54% -
XYZ 19.8 23.21 16.01 -
YUV 129.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 125 137 102 0.09 0 0.26 0.46 80.57 0.15 0.47
Hex 7D 89 66 9 0 1A 2E 51 F 2F
Octal 175 211 146 11 0 32 56 121 17 57
Binary 1111101 10001001 1100110 1001 0 11010 101110 1010001 1111 101111

Color Harmonies of #7D8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8966

Black with #7D8966

Text Example


Text Example

White with #7D8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,137,102); }

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

background-color css

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

 a { background-color: rgb(125,137,102); }

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

border-color css

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

 span { border-color: rgb(125,137,102); }

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