Html Css Color HEX #72938F Juniper

📋 copy color: '#72938F'

red 114 ◦ green 147 ◦ blue 143

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

Shades of Juniper #72938F

Tints of Juniper #72938F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

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

R = 28.22%
G = 36.39%
B = 35.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#72938F (or 0x72938F) is known color: Juniper. HEX triplet: 72, 93 and 8F. RGB value is (114,147,143). Sum of RGB (Red+Green+Blue) = 114+147+143=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #72938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72938F is #8D6C70. Grayscale: #888888. Windows color (decimal): -9268337 or 9409394. OLE color: 9409394.

HSL color Cylindrical-coordinate representation of color #72938F: hue angle of 172.73º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72938F is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 143 -
CMYK 0.22 0 0.03 0.42
HSL 172.73º 0.13% 0.51% -
HSV(B) 172.73º 0.22% 0.58% -
XYZ 22.33 26.43 29.91 -
YUV 136.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 114 147 143 0.22 0 0.03 0.42 172.73 0.13 0.51
Hex 72 93 8F 16 0 3 2A AD D 33
Octal 162 223 217 26 0 3 52 255 15 63
Binary 1110010 10010011 10001111 10110 0 11 101010 10101101 1101 110011

Color Harmonies of #72938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72938F

Black with #72938F

Text Example


Text Example

White with #72938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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