Html Css Color HEX #6D9792 Juniper

📋 copy color: '#6D9792'

red 109 ◦ green 151 ◦ blue 146

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

Shades of Juniper #6D9792

Tints of Juniper #6D9792

RGB

 RED value IS 109 (42.97% from 255) = 26.85%

 GREEN value IS 151 (59.38% from 255) = 37.19%

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 26.85%
G = 37.19%
B = 35.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#6D9792 (or 0x6D9792) is known color: Juniper. HEX triplet: 6D, 97 and 92. RGB value is (109,151,146). Sum of RGB (Red+Green+Blue) = 109+151+146=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #6D9792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9792 is #92686D. Grayscale: #898989. Windows color (decimal): -9594990 or 9607021. OLE color: 9607021.

HSL color Cylindrical-coordinate representation of color #6D9792: hue angle of 172.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D9792 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 151 146 -
CMYK 0.28 0 0.03 0.41
HSL 172.86º 0.17% 0.51% -
HSV(B) 172.86º 0.28% 0.59% -
XYZ 22.56 27.46 31.31 -
YUV 137.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 109 151 146 0.28 0 0.03 0.41 172.86 0.17 0.51
Hex 6D 97 92 1C 0 3 29 AD 11 33
Octal 155 227 222 34 0 3 51 255 21 63
Binary 1101101 10010111 10010010 11100 0 11 101001 10101101 10001 110011

Color Harmonies of #6D9792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9792

Black with #6D9792

Text Example


Text Example

White with #6D9792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D9792; }

 p { color: rgb(109,151,146); }

 H1.HeaderClassName
 {
   color: #6D9792;
 }
 .AnyTagClassName
 {
   color: #6D9792;
 }
</style>

background-color css

<style>
 a { background-color: #6D9792; }

 a { background-color: rgb(109,151,146); }

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

border-color css

<style>
 span { border-color: #6D9792; }

 span { border-color: rgb(109,151,146); }

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