#72958F

Color #72958F Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #72958F

Tints of Juniper #72958F

Color information

#72958F (or 0x72958F) is unknown color: approx Juniper. HEX triplet: 72, 95 and 8F. RGB value is (114,149,143). Sum of RGB (Red+Green+Blue) = 114+149+143=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #72958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72958F is #8D6A70. Grayscale: #898989. Windows color (decimal): -9267825 or 9409906. OLE color: 9409906.

HSL color Cylindrical-coordinate representation of color #72958F: hue angle of 169.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72958F is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB114149143-
CMYK0.2300.040.42
HSL169.71º14.17%51.57%-
HSV(B)169.71º23.49%58.43%-
XYZ22.6427.0630.02-
YUV137.85130.9110.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=28.08%
G=36.70%
B=35.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491430.2300.040.42169.7114.1751.57
Hex72958F17042Aaae34
Octal1622252172704522521664
Binary11100101001010110001111101110100101010101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72958F; }

 p { color: rgb(114,149,143); }

 H1.HeaderClassName
 {
   color: #72958F;
 }
 .AnyTagClassName
 {
   color: #72958F;
 }
</style>
background-color css

<style>
 a { background-color: #72958F; }

 a { background-color: rgb(114,149,143); }

 div.DivClassName
 {
   background-color: #72958F;
 }
 .BgClassName
 {
   background-color: #72958F;
 }
</style>
border-color css

<style>
 span { border-color: #72958F; }

 span { border-color: rgb(114,149,143); }

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