Html Css Color HEX #74938E Juniper

📋 copy color: '#74938E'

red 116 ◦ green 147 ◦ blue 142

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

Shades of Juniper #74938E

Tints of Juniper #74938E

RGB

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

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

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

R = 28.64%
G = 36.3%
B = 35.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#74938E (or 0x74938E) is known color: Juniper. HEX triplet: 74, 93 and 8E. RGB value is (116,147,142). Sum of RGB (Red+Green+Blue) = 116+147+142=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #74938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74938E is #8B6C71. Grayscale: #898989. Windows color (decimal): -9137266 or 9343860. OLE color: 9343860.

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

Color convert

RGB 116 147 142 -
CMYK 0.21 0 0.03 0.42
HSL 170.32º 0.13% 0.52% -
HSV(B) 170.32º 0.21% 0.58% -
XYZ 22.52 26.53 29.53 -
YUV 137.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 116 147 142 0.21 0 0.03 0.42 170.32 0.13 0.52
Hex 74 93 8E 15 0 3 2A AA D 34
Octal 164 223 216 25 0 3 52 252 15 64
Binary 1110100 10010011 10001110 10101 0 11 101010 10101010 1101 110100

Color Harmonies of #74938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74938E

Black with #74938E

Text Example


Text Example

White with #74938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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