#007A24

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

Shades of Camarone #007A24

Tints of Camarone #007A24

Color information

#007A24 (or 0x007A24) is unknown color: approx Camarone. HEX triplet: 00, 7A and 24. RGB value is (0,122,36). Sum of RGB (Red+Green+Blue) = 0+122+36=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 122 (48.05% from 255 or 77.22% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 122 - color contains mainly: green. Hex color #007A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007A24 is #FF85DB. Grayscale: #4B4B4B. Windows color (decimal): -16745948 or 2390528. OLE color: 2390528.

HSL color Cylindrical-coordinate representation of color #007A24: hue angle of 137.7º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A24 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB012236-
CMYK100.700.52
HSL137.7º100%23.92%-
HSV(B)137.7º100%47.84%-
XYZ7.2814.054-
YUV75.72105.5873.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 77.22%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=0%
G=77.22%
B=22.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal012236100.700.52137.710023.92
Hex07A2464046348a6418
Octal01724414401066421214430
Binary0111101010010011001000100011011010010001010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007A24; }

 p { color: rgb(0,122,36); }

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

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

 a { background-color: rgb(0,122,36); }

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

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

 span { border-color: rgb(0,122,36); }

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