Html Css Color HEX #7D896F Camouflage Green

📋 copy color: '#7D896F'

red 125 ◦ green 137 ◦ blue 111

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

Shades of Camouflage Green #7D896F

Tints of Camouflage Green #7D896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 33.51%
G = 36.73%
B = 29.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#7D896F (or 0x7D896F) is known color: Camouflage Green. HEX triplet: 7D, 89 and 6F. RGB value is (125,137,111). Sum of RGB (Red+Green+Blue) = 125+137+111=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #7D896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D896F is #827690. Grayscale: #828282. Windows color (decimal): -8550033 or 7309693. OLE color: 7309693.

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

Color convert

RGB 125 137 111 -
CMYK 0.09 0 0.19 0.46
HSL 87.69º 0.1% 0.49% -
HSV(B) 87.69º 0.19% 0.54% -
XYZ 20.27 23.4 18.49 -
YUV 130.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 125 137 111 0.09 0 0.19 0.46 87.69 0.1 0.49
Hex 7D 89 6F 9 0 13 2E 58 A 31
Octal 175 211 157 11 0 23 56 130 12 61
Binary 1111101 10001001 1101111 1001 0 10011 101110 1011000 1010 110001

Color Harmonies of #7D896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D896F

Black with #7D896F

Text Example


Text Example

White with #7D896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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