#067142

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

Shades of Jewel #067142

Tints of Jewel #067142

Color information

#067142 (or 0x067142) is unknown color: approx Jewel. HEX triplet: 06, 71 and 42. RGB value is (6,113,66). Sum of RGB (Red+Green+Blue) = 6+113+66=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #067142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067142 is #F98EBD. Grayscale: #4B4B4B. Windows color (decimal): -16355006 or 4354310. OLE color: 4354310.

HSL color Cylindrical-coordinate representation of color #067142: hue angle of 153.64º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067142 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB611366-
CMYK0.9500.420.56
HSL153.64º89.92%23.33%-
HSV(B)153.64º94.69%44.31%-
XYZ6.9612.247.15-
YUV75.65122.5578.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 113 (44.53% from 255) = 61.08%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=3.24%
G=61.08%
B=35.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113660.9500.420.56153.6489.9223.33
Hex671425F02A389a5a17
Octal61611021370527023213227
Binary110111000110000101011111010101011100010011010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067142; }

 p { color: rgb(6,113,66); }

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

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

 a { background-color: rgb(6,113,66); }

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

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

 span { border-color: rgb(6,113,66); }

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