Html Css Color HEX #067141 Jewel

📋 copy color: '#067141'

red 6 ◦ green 113 ◦ blue 65

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

Shades of Jewel #067141

Tints of Jewel #067141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 61.41%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 3.26%
G = 61.41%
B = 35.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#067141 (or 0x067141) is known color: Jewel. HEX triplet: 06, 71 and 41. RGB value is (6,113,65). Sum of RGB (Red+Green+Blue) = 6+113+65=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #067141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067141 is #F98EBE. Grayscale: #4B4B4B. Windows color (decimal): -16355007 or 4288774. OLE color: 4288774.

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

Color convert

RGB 6 113 65 -
CMYK 0.95 0 0.42 0.56
HSL 153.08º 0.9% 0.23% -
HSV(B) 153.08º 0.95% 0.44% -
XYZ 6.93 12.23 7 -
YUV 75.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 6 113 65 0.95 0 0.42 0.56 153.08 0.9 0.23
Hex 6 71 41 5F 0 2A 38 99 5A 17
Octal 6 161 101 137 0 52 70 231 132 27
Binary 110 1110001 1000001 1011111 0 101010 111000 10011001 1011010 10111

Color Harmonies of #067141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067141

Black with #067141

Text Example


Text Example

White with #067141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067141; }

 p { color: rgb(6,113,65); }

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

background-color css

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

 a { background-color: rgb(6,113,65); }

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

border-color css

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

 span { border-color: rgb(6,113,65); }

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