Html Css Color HEX #06752A Camarone

📋 copy color: '#06752A'

red 6 ◦ green 117 ◦ blue 42

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

Shades of Camarone #06752A

Tints of Camarone #06752A

RGB

 RED value IS 6 (2.73% from 255) = 3.64%

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

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

R = 3.64%
G = 70.91%
B = 25.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#06752A (or 0x06752A) is known color: Camarone. HEX triplet: 06, 75 and 2A. RGB value is (6,117,42). Sum of RGB (Red+Green+Blue) = 6+117+42=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #06752A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06752A is #F98AD5. Grayscale: #4B4B4B. Windows color (decimal): -16354006 or 2782470. OLE color: 2782470.

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

Color convert

RGB 6 117 42 -
CMYK 0.95 0 0.64 0.54
HSL 139.46º 0.9% 0.24% -
HSV(B) 139.46º 0.95% 0.46% -
XYZ 6.85 12.93 4.32 -
YUV 75.26 109.23 78.6 -
System Red Green Blue C M Y K H S L
Decimal 6 117 42 0.95 0 0.64 0.54 139.46 0.9 0.24
Hex 6 75 2A 5F 0 40 36 8B 5A 18
Octal 6 165 52 137 0 100 66 213 132 30
Binary 110 1110101 101010 1011111 0 1000000 110110 10001011 1011010 11000

Color Harmonies of #06752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06752A

Black with #06752A

Text Example


Text Example

White with #06752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,117,42); }

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

background-color css

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

 a { background-color: rgb(6,117,42); }

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

border-color css

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

 span { border-color: rgb(6,117,42); }

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