Html Css Color HEX #74958F Juniper

📋 copy color: '#74958F'

red 116 ◦ green 149 ◦ blue 143

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

Shades of Juniper #74958F

Tints of Juniper #74958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

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

R = 28.43%
G = 36.52%
B = 35.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#74958F (or 0x74958F) is known color: Juniper. HEX triplet: 74, 95 and 8F. RGB value is (116,149,143). Sum of RGB (Red+Green+Blue) = 116+149+143=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #74958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74958F is #8B6A70. Grayscale: #8A8A8A. Windows color (decimal): -9136753 or 9409908. OLE color: 9409908.

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

Color convert

RGB 116 149 143 -
CMYK 0.22 0 0.04 0.42
HSL 169.09º 0.13% 0.52% -
HSV(B) 169.09º 0.22% 0.58% -
XYZ 22.91 27.19 30.03 -
YUV 138.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 116 149 143 0.22 0 0.04 0.42 169.09 0.13 0.52
Hex 74 95 8F 16 0 4 2A A9 D 34
Octal 164 225 217 26 0 4 52 251 15 64
Binary 1110100 10010101 10001111 10110 0 100 101010 10101001 1101 110100

Color Harmonies of #74958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74958F

Black with #74958F

Text Example


Text Example

White with #74958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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