#067138

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

Shades of Jewel #067138

Tints of Jewel #067138

Color information

#067138 (or 0x067138) is unknown color: approx Jewel. HEX triplet: 06, 71 and 38. RGB value is (6,113,56). Sum of RGB (Red+Green+Blue) = 6+113+56=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #067138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067138 is #F98EC7. Grayscale: #4A4A4A. Windows color (decimal): -16355016 or 3698950. OLE color: 3698950.

HSL color Cylindrical-coordinate representation of color #067138: hue angle of 148.04º 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 #067138 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB611356-
CMYK0.9500.500.56
HSL148.04º89.92%23.33%-
HSV(B)148.04º94.69%44.31%-
XYZ6.6912.135.73-
YUV74.51117.5579.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.43%
GREEN value IS 113 (44.53% from 255) = 64.57%
BLUE value IS 56 (22.27% from 255) = 32%
R=3.43%
G=64.57%
B=32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113560.9500.500.56148.0489.9223.33
Hex671385F03238945a17
Octal6161701370627022413227
Binary11011100011110001011111011001011100010010100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067138; }

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

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

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

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

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

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

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

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