Html Css Color HEX #067340 Jewel

📋 copy color: '#067340'

red 6 ◦ green 115 ◦ blue 64

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

Shades of Jewel #067340

Tints of Jewel #067340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.16%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 3.24%
G = 62.16%
B = 34.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#067340 (or 0x067340) is known color: Jewel. HEX triplet: 06, 73 and 40. RGB value is (6,115,64). Sum of RGB (Red+Green+Blue) = 6+115+64=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #067340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067340 is #F98CBF. Grayscale: #4C4C4C. Windows color (decimal): -16354496 or 4223750. OLE color: 4223750.

HSL color Cylindrical-coordinate representation of color #067340: hue angle of 151.93º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067340 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 115 64 -
CMYK 0.95 0 0.44 0.55
HSL 151.93º 0.9% 0.24% -
HSV(B) 151.93º 0.95% 0.45% -
XYZ 7.13 12.67 6.92 -
YUV 76.6 120.89 77.65 -
System Red Green Blue C M Y K H S L
Decimal 6 115 64 0.95 0 0.44 0.55 151.93 0.9 0.24
Hex 6 73 40 5F 0 2C 37 98 5A 18
Octal 6 163 100 137 0 54 67 230 132 30
Binary 110 1110011 1000000 1011111 0 101100 110111 10011000 1011010 11000

Color Harmonies of #067340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067340

Black with #067340

Text Example


Text Example

White with #067340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067340; }

 p { color: rgb(6,115,64); }

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

background-color css

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

 a { background-color: rgb(6,115,64); }

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

border-color css

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

 span { border-color: rgb(6,115,64); }

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