Html Css Color HEX #74928E Juniper

📋 copy color: '#74928E'

red 116 ◦ green 146 ◦ blue 142

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

Shades of Juniper #74928E

Tints of Juniper #74928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 28.71%
G = 36.14%
B = 35.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#74928E (or 0x74928E) is known color: Juniper. HEX triplet: 74, 92 and 8E. RGB value is (116,146,142). Sum of RGB (Red+Green+Blue) = 116+146+142=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #74928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74928E is #8B6D71. Grayscale: #888888. Windows color (decimal): -9137522 or 9343604. OLE color: 9343604.

HSL color Cylindrical-coordinate representation of color #74928E: hue angle of 172º 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 #74928E is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 142 -
CMYK 0.21 0 0.03 0.43
HSL 172º 0.12% 0.51% -
HSV(B) 172º 0.21% 0.57% -
XYZ 22.36 26.22 29.47 -
YUV 136.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 116 146 142 0.21 0 0.03 0.43 172 0.12 0.51
Hex 74 92 8E 15 0 3 2B AC C 33
Octal 164 222 216 25 0 3 53 254 14 63
Binary 1110100 10010010 10001110 10101 0 11 101011 10101100 1100 110011

Color Harmonies of #74928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74928E

Black with #74928E

Text Example


Text Example

White with #74928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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