#07742A

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

Shades of Camarone #07742A

Tints of Camarone #07742A

Color information

#07742A (or 0x07742A) is unknown color: approx Camarone. HEX triplet: 07, 74 and 2A. RGB value is (7,116,42). Sum of RGB (Red+Green+Blue) = 7+116+42=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 116 (45.70% from 255 or 70.30% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 116 - color contains mainly: green. Hex color #07742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07742A is #F88BD5. Grayscale: #4B4B4B. Windows color (decimal): -16288726 or 2782215. OLE color: 2782215.

HSL color Cylindrical-coordinate representation of color #07742A: hue angle of 139.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07742A is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB711642-
CMYK0.9400.640.55
HSL139.27º88.62%24.12%-
HSV(B)139.27º93.97%45.49%-
XYZ6.7512.74.29-
YUV74.97109.3979.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 116 (45.70% from 255) = 70.30%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=4.24%
G=70.30%
B=25.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7116420.9400.640.55139.2788.6224.12
Hex7742A5E040378b5918
Octal71645213601006721313130
Binary111111010010101010111100100000011011110001011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07742A; }

 p { color: rgb(7,116,42); }

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

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

 a { background-color: rgb(7,116,42); }

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

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

 span { border-color: rgb(7,116,42); }

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