Html Css Color HEX #06762F Camarone

📋 copy color: '#06762F'

red 6 ◦ green 118 ◦ blue 47

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

Shades of Camarone #06762F

Tints of Camarone #06762F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 3.51%
G = 69.01%
B = 27.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#06762F (or 0x06762F) is known color: Camarone. HEX triplet: 06, 76 and 2F. RGB value is (6,118,47). Sum of RGB (Red+Green+Blue) = 6+118+47=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #06762F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06762F is #F989D0. Grayscale: #4C4C4C. Windows color (decimal): -16353745 or 3110406. OLE color: 3110406.

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

Color convert

RGB 6 118 47 -
CMYK 0.95 0 0.60 0.54
HSL 141.96º 0.9% 0.24% -
HSV(B) 141.96º 0.95% 0.46% -
XYZ 7.07 13.2 4.86 -
YUV 76.42 111.39 77.77 -
System Red Green Blue C M Y K H S L
Decimal 6 118 47 0.95 0 0.60 0.54 141.96 0.9 0.24
Hex 6 76 2F 5F 0 3C 36 8E 5A 18
Octal 6 166 57 137 0 74 66 216 132 30
Binary 110 1110110 101111 1011111 0 111100 110110 10001110 1011010 11000

Color Harmonies of #06762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06762F

Black with #06762F

Text Example


Text Example

White with #06762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06762F; }

 p { color: rgb(6,118,47); }

 H1.HeaderClassName
 {
   color: #06762F;
 }
 .AnyTagClassName
 {
   color: #06762F;
 }
</style>

background-color css

<style>
 a { background-color: #06762F; }

 a { background-color: rgb(6,118,47); }

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

border-color css

<style>
 span { border-color: #06762F; }

 span { border-color: rgb(6,118,47); }

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