Html Css Color HEX #7C928F Juniper

📋 copy color: '#7C928F'

red 124 ◦ green 146 ◦ blue 143

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

Shades of Juniper #7C928F

Tints of Juniper #7C928F

RGB

 RED value IS 124 (48.83% from 255) = 30.02%

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

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

R = 30.02%
G = 35.35%
B = 34.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#7C928F (or 0x7C928F) is known color: Juniper. HEX triplet: 7C, 92 and 8F. RGB value is (124,146,143). Sum of RGB (Red+Green+Blue) = 124+146+143=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 146 - color contains mainly: green. Hex color #7C928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C928F is #836D70. Grayscale: #8B8B8B. Windows color (decimal): -8613233 or 9409148. OLE color: 9409148.

HSL color Cylindrical-coordinate representation of color #7C928F: hue angle of 171.82º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C928F is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 146 143 -
CMYK 0.15 0 0.02 0.43
HSL 171.82º 0.09% 0.53% -
HSV(B) 171.82º 0.15% 0.57% -
XYZ 23.55 26.83 29.92 -
YUV 139.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 124 146 143 0.15 0 0.02 0.43 171.82 0.09 0.53
Hex 7C 92 8F F 0 2 2B AC 9 35
Octal 174 222 217 17 0 2 53 254 11 65
Binary 1111100 10010010 10001111 1111 0 10 101011 10101100 1001 110101

Color Harmonies of #7C928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C928F

Black with #7C928F

Text Example


Text Example

White with #7C928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C928F; }

 p { color: rgb(124,146,143); }

 H1.HeaderClassName
 {
   color: #7C928F;
 }
 .AnyTagClassName
 {
   color: #7C928F;
 }
</style>

background-color css

<style>
 a { background-color: #7C928F; }

 a { background-color: rgb(124,146,143); }

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

border-color css

<style>
 span { border-color: #7C928F; }

 span { border-color: rgb(124,146,143); }

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