Html Css Color HEX #006C3A Jewel

📋 copy color: '#006C3A'

red 0 ◦ green 108 ◦ blue 58

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

Shades of Jewel #006C3A

Tints of Jewel #006C3A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 108 (42.58% from 255) = 65.06%

 BLUE value IS 58 (23.05% from 255) = 34.94%

R = 0%
G = 65.06%
B = 34.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#006C3A (or 0x006C3A) is known color: Jewel. HEX triplet: 00, 6C and 3A. RGB value is (0,108,58). Sum of RGB (Red+Green+Blue) = 0+108+58=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 108 (42.58% from 255 or 65.06% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 108 - color contains mainly: green. Hex color #006C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006C3A is #FF93C5. Grayscale: #464646. Windows color (decimal): -16749510 or 3828736. OLE color: 3828736.

HSL color Cylindrical-coordinate representation of color #006C3A: hue angle of 152.22º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C3A is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 108 58 -
CMYK 1 0 0.46 0.58
HSL 152.22º 1% 0.21% -
HSV(B) 152.22º 1% 0.42% -
XYZ 6.13 11.03 5.81 -
YUV 70.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 0 108 58 1 0 0.46 0.58 152.22 1 0.21
Hex 0 6C 3A 64 0 2E 3A 98 64 15
Octal 0 154 72 144 0 56 72 230 144 25
Binary 0 1101100 111010 1100100 0 101110 111010 10011000 1100100 10101

Color Harmonies of #006C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C3A

Black with #006C3A

Text Example


Text Example

White with #006C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006C3A; }

 p { color: rgb(0,108,58); }

 H1.HeaderClassName
 {
   color: #006C3A;
 }
 .AnyTagClassName
 {
   color: #006C3A;
 }
</style>

background-color css

<style>
 a { background-color: #006C3A; }

 a { background-color: rgb(0,108,58); }

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

border-color css

<style>
 span { border-color: #006C3A; }

 span { border-color: rgb(0,108,58); }

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