Html Css Color HEX #78958F Juniper

📋 copy color: '#78958F'

red 120 ◦ green 149 ◦ blue 143

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

Shades of Juniper #78958F

Tints of Juniper #78958F

RGB

 RED value IS 120 (47.27% from 255) = 29.13%

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

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

R = 29.13%
G = 36.17%
B = 34.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#78958F (or 0x78958F) is known color: Juniper. HEX triplet: 78, 95 and 8F. RGB value is (120,149,143). Sum of RGB (Red+Green+Blue) = 120+149+143=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #78958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78958F is #876A70. Grayscale: #8B8B8B. Windows color (decimal): -8874609 or 9409912. OLE color: 9409912.

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

Color convert

RGB 120 149 143 -
CMYK 0.19 0 0.04 0.42
HSL 167.59º 0.12% 0.53% -
HSV(B) 167.59º 0.19% 0.58% -
XYZ 23.45 27.47 30.05 -
YUV 139.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 120 149 143 0.19 0 0.04 0.42 167.59 0.12 0.53
Hex 78 95 8F 13 0 4 2A A8 C 35
Octal 170 225 217 23 0 4 52 250 14 65
Binary 1111000 10010101 10001111 10011 0 100 101010 10101000 1100 110101

Color Harmonies of #78958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78958F

Black with #78958F

Text Example


Text Example

White with #78958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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