Html Css Color HEX #6B9C96 Juniper

📋 copy color: '#6B9C96'

red 107 ◦ green 156 ◦ blue 150

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

Shades of Juniper #6B9C96

Tints of Juniper #6B9C96

RGB

 RED value IS 107 (42.19% from 255) = 25.91%

 GREEN value IS 156 (61.33% from 255) = 37.77%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 25.91%
G = 37.77%
B = 36.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#6B9C96 (or 0x6B9C96) is known color: Juniper. HEX triplet: 6B, 9C and 96. RGB value is (107,156,150). Sum of RGB (Red+Green+Blue) = 107+156+150=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9C96 is #946369. Grayscale: #8C8C8C. Windows color (decimal): -9724778 or 9870443. OLE color: 9870443.

HSL color Cylindrical-coordinate representation of color #6B9C96: hue angle of 172.65º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9C96 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 156 150 -
CMYK 0.31 0 0.04 0.39
HSL 172.65º 0.2% 0.52% -
HSV(B) 172.65º 0.31% 0.61% -
XYZ 23.46 29.1 33.24 -
YUV 140.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 107 156 150 0.31 0 0.04 0.39 172.65 0.2 0.52
Hex 6B 9C 96 1F 0 4 27 AD 14 34
Octal 153 234 226 37 0 4 47 255 24 64
Binary 1101011 10011100 10010110 11111 0 100 100111 10101101 10100 110100

Color Harmonies of #6B9C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9C96

Black with #6B9C96

Text Example


Text Example

White with #6B9C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,156,150); }

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

background-color css

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

 a { background-color: rgb(107,156,150); }

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

border-color css

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

 span { border-color: rgb(107,156,150); }

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