Html Css Color HEX #72908F Juniper

📋 copy color: '#72908F'

red 114 ◦ green 144 ◦ blue 143

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

Shades of Juniper #72908F

Tints of Juniper #72908F

RGB

 RED value IS 114 (44.92% from 255) = 28.43%

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 28.43%
G = 35.91%
B = 35.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#72908F (or 0x72908F) is known color: Juniper. HEX triplet: 72, 90 and 8F. RGB value is (114,144,143). Sum of RGB (Red+Green+Blue) = 114+144+143=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #72908F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72908F is #8D6F70. Grayscale: #868686. Windows color (decimal): -9269105 or 9408626. OLE color: 9408626.

HSL color Cylindrical-coordinate representation of color #72908F: hue angle of 178º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72908F is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 143 -
CMYK 0.21 0 0.01 0.44
HSL 178º 0.12% 0.51% -
HSV(B) 178º 0.21% 0.56% -
XYZ 21.87 25.51 29.76 -
YUV 134.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 114 144 143 0.21 0 0.01 0.44 178 0.12 0.51
Hex 72 90 8F 15 0 1 2C B2 C 33
Octal 162 220 217 25 0 1 54 262 14 63
Binary 1110010 10010000 10001111 10101 0 1 101100 10110010 1100 110011

Color Harmonies of #72908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72908F

Black with #72908F

Text Example


Text Example

White with #72908F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72908F;
 }
 .AnyTagClassName
 {
   color: #72908F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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