Html Css Color HEX #74928F Juniper

📋 copy color: '#74928F'

red 116 ◦ green 146 ◦ blue 143

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

Shades of Juniper #74928F

Tints of Juniper #74928F

RGB

 RED value IS 116 (45.7% from 255) = 28.64%

 GREEN value IS 146 (57.42% from 255) = 36.05%

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

R = 28.64%
G = 36.05%
B = 35.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#74928F (or 0x74928F) is known color: Juniper. HEX triplet: 74, 92 and 8F. RGB value is (116,146,143). Sum of RGB (Red+Green+Blue) = 116+146+143=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #74928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74928F is #8B6D70. Grayscale: #888888. Windows color (decimal): -9137521 or 9409140. OLE color: 9409140.

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

Color convert

RGB 116 146 143 -
CMYK 0.21 0 0.02 0.43
HSL 174º 0.12% 0.51% -
HSV(B) 174º 0.21% 0.57% -
XYZ 22.44 26.25 29.87 -
YUV 136.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 116 146 143 0.21 0 0.02 0.43 174 0.12 0.51
Hex 74 92 8F 15 0 2 2B AE C 33
Octal 164 222 217 25 0 2 53 256 14 63
Binary 1110100 10010010 10001111 10101 0 10 101011 10101110 1100 110011

Color Harmonies of #74928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74928F

Black with #74928F

Text Example


Text Example

White with #74928F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,146,143); }

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

background-color css

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

 a { background-color: rgb(116,146,143); }

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

border-color css

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

 span { border-color: rgb(116,146,143); }

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