Html Css Color HEX #067144 Jewel

📋 copy color: '#067144'

red 6 ◦ green 113 ◦ blue 68

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

Shades of Jewel #067144

Tints of Jewel #067144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 3.21%
G = 60.43%
B = 36.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#067144 (or 0x067144) is known color: Jewel. HEX triplet: 06, 71 and 44. RGB value is (6,113,68). Sum of RGB (Red+Green+Blue) = 6+113+68=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #067144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067144 is #F98EBB. Grayscale: #4B4B4B. Windows color (decimal): -16355004 or 4485382. OLE color: 4485382.

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

Color convert

RGB 6 113 68 -
CMYK 0.95 0 0.40 0.56
HSL 154.77º 0.9% 0.23% -
HSV(B) 154.77º 0.95% 0.44% -
XYZ 7.02 12.27 7.47 -
YUV 75.88 123.55 78.16 -
System Red Green Blue C M Y K H S L
Decimal 6 113 68 0.95 0 0.40 0.56 154.77 0.9 0.23
Hex 6 71 44 5F 0 28 38 9B 5A 17
Octal 6 161 104 137 0 50 70 233 132 27
Binary 110 1110001 1000100 1011111 0 101000 111000 10011011 1011010 10111

Color Harmonies of #067144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067144

Black with #067144

Text Example


Text Example

White with #067144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067144; }

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

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

background-color css

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

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

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

border-color css

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

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

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