Html Css Color HEX #06703E Jewel

📋 copy color: '#06703E'

red 6 ◦ green 112 ◦ blue 62

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

Shades of Jewel #06703E

Tints of Jewel #06703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.44%

R = 3.33%
G = 62.22%
B = 34.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#06703E (or 0x06703E) is known color: Jewel. HEX triplet: 06, 70 and 3E. RGB value is (6,112,62). Sum of RGB (Red+Green+Blue) = 6+112+62=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #06703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06703E is #F98FC1. Grayscale: #4A4A4A. Windows color (decimal): -16355266 or 4091910. OLE color: 4091910.

HSL color Cylindrical-coordinate representation of color #06703E: hue angle of 151.7º 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 #06703E is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 62 -
CMYK 0.95 0 0.45 0.56
HSL 151.7º 0.9% 0.23% -
HSV(B) 151.7º 0.95% 0.44% -
XYZ 6.74 11.97 6.51 -
YUV 74.61 120.88 79.07 -
System Red Green Blue C M Y K H S L
Decimal 6 112 62 0.95 0 0.45 0.56 151.7 0.9 0.23
Hex 6 70 3E 5F 0 2D 38 98 5A 17
Octal 6 160 76 137 0 55 70 230 132 27
Binary 110 1110000 111110 1011111 0 101101 111000 10011000 1011010 10111

Color Harmonies of #06703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06703E

Black with #06703E

Text Example


Text Example

White with #06703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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