Html Css Color HEX #06653C Jewel

📋 copy color: '#06653C'

red 6 ◦ green 101 ◦ blue 60

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

Shades of Jewel #06653C

Tints of Jewel #06653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 60.48%

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

R = 3.59%
G = 60.48%
B = 35.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#06653C (or 0x06653C) is known color: Jewel. HEX triplet: 06, 65 and 3C. RGB value is (6,101,60). Sum of RGB (Red+Green+Blue) = 6+101+60=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #06653C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06653C is #F99AC3. Grayscale: #434343. Windows color (decimal): -16358084 or 3958022. OLE color: 3958022.

HSL color Cylindrical-coordinate representation of color #06653C: hue angle of 154.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06653C is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 60 -
CMYK 0.94 0 0.41 0.60
HSL 154.11º 0.89% 0.21% -
HSV(B) 154.11º 0.94% 0.4% -
XYZ 5.54 9.67 5.85 -
YUV 67.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 6 101 60 0.94 0 0.41 0.60 154.11 0.89 0.21
Hex 6 65 3C 5E 0 29 3C 9A 59 15
Octal 6 145 74 136 0 51 74 232 131 25
Binary 110 1100101 111100 1011110 0 101001 111100 10011010 1011001 10101

Color Harmonies of #06653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06653C

Black with #06653C

Text Example


Text Example

White with #06653C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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