Html Css Color HEX #06752D Camarone

📋 copy color: '#06752D'

red 6 ◦ green 117 ◦ blue 45

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

Shades of Camarone #06752D

Tints of Camarone #06752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.79%

R = 3.57%
G = 69.64%
B = 26.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#06752D (or 0x06752D) is known color: Camarone. HEX triplet: 06, 75 and 2D. RGB value is (6,117,45). Sum of RGB (Red+Green+Blue) = 6+117+45=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #06752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06752D is #F98AD2. Grayscale: #4B4B4B. Windows color (decimal): -16354003 or 2979078. OLE color: 2979078.

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

Color convert

RGB 6 117 45 -
CMYK 0.95 0 0.62 0.54
HSL 141.08º 0.9% 0.24% -
HSV(B) 141.08º 0.95% 0.46% -
XYZ 6.91 12.95 4.62 -
YUV 75.6 110.73 78.35 -
System Red Green Blue C M Y K H S L
Decimal 6 117 45 0.95 0 0.62 0.54 141.08 0.9 0.24
Hex 6 75 2D 5F 0 3E 36 8D 5A 18
Octal 6 165 55 137 0 76 66 215 132 30
Binary 110 1110101 101101 1011111 0 111110 110110 10001101 1011010 11000

Color Harmonies of #06752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06752D

Black with #06752D

Text Example


Text Example

White with #06752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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