#67908F

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

Shades of Juniper #67908F

Tints of Juniper #67908F

Color information

#67908F (or 0x67908F) is unknown color: approx Juniper. HEX triplet: 67, 90 and 8F. RGB value is (103,144,143). Sum of RGB (Red+Green+Blue) = 103+144+143=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #67908F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67908F is #986F70. Grayscale: #838383. Windows color (decimal): -9990001 or 9408615. OLE color: 9408615.

HSL color Cylindrical-coordinate representation of color #67908F: hue angle of 178.54º 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 #67908F is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB103144143-
CMYK0.2800.010.44
HSL178.54º16.6%48.43%-
HSV(B)178.54º28.47%56.47%-
XYZ20.5224.8129.69-
YUV131.63134.42107.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=26.41%
G=36.92%
B=36.67%

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
Decimal1031441430.2800.010.44178.5416.648.43
Hex67908F1C012Cb31130
Octal1472202173401542632160
Binary1100111100100001000111111100011011001011001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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