Html Css Color HEX #06752B Camarone

📋 copy color: '#06752B'

red 6 ◦ green 117 ◦ blue 43

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

Shades of Camarone #06752B

Tints of Camarone #06752B

RGB

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

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

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

R = 3.61%
G = 70.48%
B = 25.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#06752B (or 0x06752B) is known color: Camarone. HEX triplet: 06, 75 and 2B. RGB value is (6,117,43). Sum of RGB (Red+Green+Blue) = 6+117+43=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #06752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06752B is #F98AD4. Grayscale: #4B4B4B. Windows color (decimal): -16354005 or 2848006. OLE color: 2848006.

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

Color convert

RGB 6 117 43 -
CMYK 0.95 0 0.63 0.54
HSL 140º 0.9% 0.24% -
HSV(B) 140º 0.95% 0.46% -
XYZ 6.87 12.94 4.42 -
YUV 75.38 109.73 78.52 -
System Red Green Blue C M Y K H S L
Decimal 6 117 43 0.95 0 0.63 0.54 140 0.9 0.24
Hex 6 75 2B 5F 0 3F 36 8C 5A 18
Octal 6 165 53 137 0 77 66 214 132 30
Binary 110 1110101 101011 1011111 0 111111 110110 10001100 1011010 11000

Color Harmonies of #06752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06752B

Black with #06752B

Text Example


Text Example

White with #06752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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