Html Css Color HEX #06693D Jewel

📋 copy color: '#06693D'

red 6 ◦ green 105 ◦ blue 61

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

Shades of Jewel #06693D

Tints of Jewel #06693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 61.05%

 BLUE value IS 61 (24.22% from 255) = 35.47%

R = 3.49%
G = 61.05%
B = 35.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#06693D (or 0x06693D) is known color: Jewel. HEX triplet: 06, 69 and 3D. RGB value is (6,105,61). Sum of RGB (Red+Green+Blue) = 6+105+61=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #06693D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06693D is #F996C2. Grayscale: #464646. Windows color (decimal): -16357059 or 4024582. OLE color: 4024582.

HSL color Cylindrical-coordinate representation of color #06693D: hue angle of 153.33º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06693D is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 105 61 -
CMYK 0.94 0 0.42 0.59
HSL 153.33º 0.89% 0.22% -
HSV(B) 153.33º 0.94% 0.41% -
XYZ 5.97 10.48 6.12 -
YUV 70.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 6 105 61 0.94 0 0.42 0.59 153.33 0.89 0.22
Hex 6 69 3D 5E 0 2A 3B 99 59 16
Octal 6 151 75 136 0 52 73 231 131 26
Binary 110 1101001 111101 1011110 0 101010 111011 10011001 1011001 10110

Color Harmonies of #06693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06693D

Black with #06693D

Text Example


Text Example

White with #06693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,105,61); }

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

background-color css

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

 a { background-color: rgb(6,105,61); }

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

border-color css

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

 span { border-color: rgb(6,105,61); }

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