Html Css Color HEX #06703C Jewel

📋 copy color: '#06703C'

red 6 ◦ green 112 ◦ blue 60

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

Shades of Jewel #06703C

Tints of Jewel #06703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 62.92%

 BLUE value IS 60 (23.83% from 255) = 33.71%

R = 3.37%
G = 62.92%
B = 33.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#06703C (or 0x06703C) is known color: Jewel. HEX triplet: 06, 70 and 3C. RGB value is (6,112,60). Sum of RGB (Red+Green+Blue) = 6+112+60=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #06703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06703C is #F98FC3. Grayscale: #4A4A4A. Windows color (decimal): -16355268 or 3960838. OLE color: 3960838.

HSL color Cylindrical-coordinate representation of color #06703C: hue angle of 150.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06703C is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 60 -
CMYK 0.95 0 0.46 0.56
HSL 150.57º 0.9% 0.23% -
HSV(B) 150.57º 0.95% 0.44% -
XYZ 6.68 11.95 6.23 -
YUV 74.38 119.88 79.23 -
System Red Green Blue C M Y K H S L
Decimal 6 112 60 0.95 0 0.46 0.56 150.57 0.9 0.23
Hex 6 70 3C 5F 0 2E 38 97 5A 17
Octal 6 160 74 137 0 56 70 227 132 27
Binary 110 1110000 111100 1011111 0 101110 111000 10010111 1011010 10111

Color Harmonies of #06703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06703C

Black with #06703C

Text Example


Text Example

White with #06703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06703C; }

 p { color: rgb(6,112,60); }

 H1.HeaderClassName
 {
   color: #06703C;
 }
 .AnyTagClassName
 {
   color: #06703C;
 }
</style>

background-color css

<style>
 a { background-color: #06703C; }

 a { background-color: rgb(6,112,60); }

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

border-color css

<style>
 span { border-color: #06703C; }

 span { border-color: rgb(6,112,60); }

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