Html Css Color HEX #067240 Jewel

📋 copy color: '#067240'

red 6 ◦ green 114 ◦ blue 64

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

Shades of Jewel #067240

Tints of Jewel #067240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.96%

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

R = 3.26%
G = 61.96%
B = 34.78%

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

#067240 (or 0x067240) is known color: Jewel. HEX triplet: 06, 72 and 40. RGB value is (6,114,64). Sum of RGB (Red+Green+Blue) = 6+114+64=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #067240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067240 is #F98DBF. Grayscale: #4C4C4C. Windows color (decimal): -16354752 or 4223494. OLE color: 4223494.

HSL color Cylindrical-coordinate representation of color #067240: hue angle of 152.22º 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 #067240 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 114 64 -
CMYK 0.95 0 0.44 0.55
HSL 152.22º 0.9% 0.24% -
HSV(B) 152.22º 0.95% 0.45% -
XYZ 7.02 12.44 6.88 -
YUV 76.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 6 114 64 0.95 0 0.44 0.55 152.22 0.9 0.24
Hex 6 72 40 5F 0 2C 37 98 5A 18
Octal 6 162 100 137 0 54 67 230 132 30
Binary 110 1110010 1000000 1011111 0 101100 110111 10011000 1011010 11000

Color Harmonies of #067240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067240

Black with #067240

Text Example


Text Example

White with #067240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067240; }

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

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

background-color css

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

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

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

border-color css

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

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

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