Html Css Color HEX #07742B Camarone

📋 copy color: '#07742B'

red 7 ◦ green 116 ◦ blue 43

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

Shades of Camarone #07742B

Tints of Camarone #07742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 69.88%

 BLUE value IS 43 (17.19% from 255) = 25.9%

R = 4.22%
G = 69.88%
B = 25.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#07742B (or 0x07742B) is known color: Camarone. HEX triplet: 07, 74 and 2B. RGB value is (7,116,43). Sum of RGB (Red+Green+Blue) = 7+116+43=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #07742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07742B is #F88BD4. Grayscale: #4B4B4B. Windows color (decimal): -16288725 or 2847751. OLE color: 2847751.

HSL color Cylindrical-coordinate representation of color #07742B: hue angle of 139.82º 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 #07742B is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 43 -
CMYK 0.94 0 0.63 0.55
HSL 139.82º 0.89% 0.24% -
HSV(B) 139.82º 0.94% 0.45% -
XYZ 6.77 12.71 4.38 -
YUV 75.09 109.89 79.44 -
System Red Green Blue C M Y K H S L
Decimal 7 116 43 0.94 0 0.63 0.55 139.82 0.89 0.24
Hex 7 74 2B 5E 0 3F 37 8C 59 18
Octal 7 164 53 136 0 77 67 214 131 30
Binary 111 1110100 101011 1011110 0 111111 110111 10001100 1011001 11000

Color Harmonies of #07742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07742B

Black with #07742B

Text Example


Text Example

White with #07742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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