Html Css Color HEX #07762A Camarone

📋 copy color: '#07762A'

red 7 ◦ green 118 ◦ blue 42

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

Shades of Camarone #07762A

Tints of Camarone #07762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 70.66%

 BLUE value IS 42 (16.8% from 255) = 25.15%

R = 4.19%
G = 70.66%
B = 25.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#07762A (or 0x07762A) is known color: Camarone. HEX triplet: 07, 76 and 2A. RGB value is (7,118,42). Sum of RGB (Red+Green+Blue) = 7+118+42=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #07762A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07762A is #F889D5. Grayscale: #4C4C4C. Windows color (decimal): -16288214 or 2782727. OLE color: 2782727.

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

Color convert

RGB 7 118 42 -
CMYK 0.94 0 0.64 0.54
HSL 138.92º 0.89% 0.25% -
HSV(B) 138.92º 0.94% 0.46% -
XYZ 6.98 13.17 4.36 -
YUV 76.15 108.73 78.68 -
System Red Green Blue C M Y K H S L
Decimal 7 118 42 0.94 0 0.64 0.54 138.92 0.89 0.25
Hex 7 76 2A 5E 0 40 36 8B 59 19
Octal 7 166 52 136 0 100 66 213 131 31
Binary 111 1110110 101010 1011110 0 1000000 110110 10001011 1011001 11001

Color Harmonies of #07762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07762A

Black with #07762A

Text Example


Text Example

White with #07762A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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