#67908E

Color #67908E Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #67908E

Tints of Juniper #67908E

Color information

#67908E (or 0x67908E) is unknown color: approx Juniper. HEX triplet: 67, 90 and 8E. RGB value is (103,144,142). Sum of RGB (Red+Green+Blue) = 103+144+142=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #67908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67908E is #986F71. Grayscale: #838383. Windows color (decimal): -9990002 or 9343079. OLE color: 9343079.

HSL color Cylindrical-coordinate representation of color #67908E: hue angle of 177.07º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67908E is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB103144142-
CMYK0.2800.010.44
HSL177.07º16.6%48.43%-
HSV(B)177.07º28.47%56.47%-
XYZ20.4524.7829.3-
YUV131.51133.92107.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=26.48%
G=37.02%
B=36.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031441420.2800.010.44177.0716.648.43
Hex67908E1C012Cb11130
Octal1472202163401542612160
Binary1100111100100001000111011100011011001011000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67908E; }

 p { color: rgb(103,144,142); }

 H1.HeaderClassName
 {
   color: #67908E;
 }
 .AnyTagClassName
 {
   color: #67908E;
 }
</style>
background-color css

<style>
 a { background-color: #67908E; }

 a { background-color: rgb(103,144,142); }

 div.DivClassName
 {
   background-color: #67908E;
 }
 .BgClassName
 {
   background-color: #67908E;
 }
</style>
border-color css

<style>
 span { border-color: #67908E; }

 span { border-color: rgb(103,144,142); }

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