Html Css Color HEX #7D9B96 Juniper

📋 copy color: '#7D9B96'

red 125 ◦ green 155 ◦ blue 150

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

Shades of Juniper #7D9B96

Tints of Juniper #7D9B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.05%

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 29.07%
G = 36.05%
B = 34.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#7D9B96 (or 0x7D9B96) is known color: Juniper. HEX triplet: 7D, 9B and 96. RGB value is (125,155,150). Sum of RGB (Red+Green+Blue) = 125+155+150=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9B96 is #826469. Grayscale: #919191. Windows color (decimal): -8545386 or 9870205. OLE color: 9870205.

HSL color Cylindrical-coordinate representation of color #7D9B96: hue angle of 170º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D9B96 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 155 150 -
CMYK 0.19 0 0.03 0.39
HSL 170º 0.13% 0.55% -
HSV(B) 170º 0.19% 0.61% -
XYZ 25.68 30 33.29 -
YUV 145.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 125 155 150 0.19 0 0.03 0.39 170 0.13 0.55
Hex 7D 9B 96 13 0 3 27 AA D 37
Octal 175 233 226 23 0 3 47 252 15 67
Binary 1111101 10011011 10010110 10011 0 11 100111 10101010 1101 110111

Color Harmonies of #7D9B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9B96

Black with #7D9B96

Text Example


Text Example

White with #7D9B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,155,150); }

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

background-color css

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

 a { background-color: rgb(125,155,150); }

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

border-color css

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

 span { border-color: rgb(125,155,150); }

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