Html Css Color HEX #74938F Juniper

📋 copy color: '#74938F'

red 116 ◦ green 147 ◦ blue 143

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

Shades of Juniper #74938F

Tints of Juniper #74938F

RGB

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

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

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

R = 28.57%
G = 36.21%
B = 35.22%

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

#74938F (or 0x74938F) is known color: Juniper. HEX triplet: 74, 93 and 8F. RGB value is (116,147,143). Sum of RGB (Red+Green+Blue) = 116+147+143=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #74938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74938F is #8B6C70. Grayscale: #898989. Windows color (decimal): -9137265 or 9409396. OLE color: 9409396.

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

Color convert

RGB 116 147 143 -
CMYK 0.21 0 0.03 0.42
HSL 172.26º 0.13% 0.52% -
HSV(B) 172.26º 0.21% 0.58% -
XYZ 22.59 26.56 29.92 -
YUV 137.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 116 147 143 0.21 0 0.03 0.42 172.26 0.13 0.52
Hex 74 93 8F 15 0 3 2A AC D 34
Octal 164 223 217 25 0 3 52 254 15 64
Binary 1110100 10010011 10001111 10101 0 11 101010 10101100 1101 110100

Color Harmonies of #74938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74938F

Black with #74938F

Text Example


Text Example

White with #74938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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