#067724

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

Shades of Camarone #067724

Tints of Camarone #067724

Color information

#067724 (or 0x067724) is unknown color: approx Camarone. HEX triplet: 06, 77 and 24. RGB value is (6,119,36). Sum of RGB (Red+Green+Blue) = 6+119+36=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #067724 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067724 is #F988DB. Grayscale: #4B4B4B. Windows color (decimal): -16353500 or 2389766. OLE color: 2389766.

HSL color Cylindrical-coordinate representation of color #067724: hue angle of 135.93º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067724 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB611936-
CMYK0.9500.700.53
HSL135.93º90.4%24.51%-
HSV(B)135.93º94.96%46.67%-
XYZ6.9913.363.88-
YUV75.75105.5678.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 119 (46.88% from 255) = 73.91%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=3.73%
G=73.91%
B=22.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119360.9500.700.53135.9390.424.51
Hex677245F04635885a19
Octal61674413701066521013231
Binary110111011110010010111110100011011010110001000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067724; }

 p { color: rgb(6,119,36); }

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

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

 a { background-color: rgb(6,119,36); }

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

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

 span { border-color: rgb(6,119,36); }

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