#67938F

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

Shades of Juniper #67938F

Tints of Juniper #67938F

Color information

#67938F (or 0x67938F) is unknown color: approx Juniper. HEX triplet: 67, 93 and 8F. RGB value is (103,147,143). Sum of RGB (Red+Green+Blue) = 103+147+143=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #67938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67938F is #986C70. Grayscale: #858585. Windows color (decimal): -9989233 or 9409383. OLE color: 9409383.

HSL color Cylindrical-coordinate representation of color #67938F: hue angle of 174.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67938F is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB103147143-
CMYK0.3000.030.42
HSL174.55º17.6%49.02%-
HSV(B)174.55º29.93%57.65%-
XYZ20.9925.7329.85-
YUV133.39133.42106.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=26.21%
G=37.40%
B=36.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471430.3000.030.42174.5517.649.02
Hex67938F1E032Aaf1231
Octal1472232173603522572261
Binary11001111001001110001111111100111010101010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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