Html Css Color HEX #077522 Camarone

📋 copy color: '#077522'

red 7 ◦ green 117 ◦ blue 34

#077522
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #077522

Tints of Camarone #077522

RGB

 RED value IS 7 (3.13% from 255) = 4.43%

 GREEN value IS 117 (46.09% from 255) = 74.05%

 BLUE value IS 34 (13.67% from 255) = 21.52%

R = 4.43%
G = 74.05%
B = 21.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#077522 (or 0x077522) is known color: Camarone. HEX triplet: 07, 75 and 22. RGB value is (7,117,34). Sum of RGB (Red+Green+Blue) = 7+117+34=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #077522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077522 is #F88ADD. Grayscale: #4A4A4A. Windows color (decimal): -16288478 or 2258183. OLE color: 2258183.

HSL color Cylindrical-coordinate representation of color #077522: hue angle of 134.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077522 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 117 34 -
CMYK 0.94 0 0.71 0.54
HSL 134.73º 0.89% 0.24% -
HSV(B) 134.73º 0.94% 0.46% -
XYZ 6.74 12.88 3.64 -
YUV 74.65 105.06 79.75 -
System Red Green Blue C M Y K H S L
Decimal 7 117 34 0.94 0 0.71 0.54 134.73 0.89 0.24
Hex 7 75 22 5E 0 47 36 87 59 18
Octal 7 165 42 136 0 107 66 207 131 30
Binary 111 1110101 100010 1011110 0 1000111 110110 10000111 1011001 11000

Color Harmonies of #077522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077522

Black with #077522

Text Example


Text Example

White with #077522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077522; }

 p { color: rgb(7,117,34); }

 H1.HeaderClassName
 {
   color: #077522;
 }
 .AnyTagClassName
 {
   color: #077522;
 }
</style>

background-color css

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

 a { background-color: rgb(7,117,34); }

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

border-color css

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

 span { border-color: rgb(7,117,34); }

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