Html Css Color HEX #6A9F95 Juniper

📋 copy color: '#6A9F95'

red 106 ◦ green 159 ◦ blue 149

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

Shades of Juniper #6A9F95

Tints of Juniper #6A9F95

RGB

 RED value IS 106 (41.8% from 255) = 25.6%

 GREEN value IS 159 (62.5% from 255) = 38.41%

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 25.6%
G = 38.41%
B = 35.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#6A9F95 (or 0x6A9F95) is known color: Juniper. HEX triplet: 6A, 9F and 95. RGB value is (106,159,149). Sum of RGB (Red+Green+Blue) = 106+159+149=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9F95 is #95606A. Grayscale: #8E8E8E. Windows color (decimal): -9789547 or 9805674. OLE color: 9805674.

HSL color Cylindrical-coordinate representation of color #6A9F95: hue angle of 168.68º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9F95 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 159 149 -
CMYK 0.33 0 0.06 0.38
HSL 168.68º 0.22% 0.52% -
HSV(B) 168.68º 0.33% 0.62% -
XYZ 23.77 30.03 32.98 -
YUV 142.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 106 159 149 0.33 0 0.06 0.38 168.68 0.22 0.52
Hex 6A 9F 95 21 0 6 26 A9 16 34
Octal 152 237 225 41 0 6 46 251 26 64
Binary 1101010 10011111 10010101 100001 0 110 100110 10101001 10110 110100

Color Harmonies of #6A9F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9F95

Black with #6A9F95

Text Example


Text Example

White with #6A9F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,159,149); }

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

background-color css

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

 a { background-color: rgb(106,159,149); }

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

border-color css

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

 span { border-color: rgb(106,159,149); }

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