Html Css Color HEX #067142 Jewel

📋 copy color: '#067142'

red 6 ◦ green 113 ◦ blue 66

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

Shades of Jewel #067142

Tints of Jewel #067142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 3.24%
G = 61.08%
B = 35.68%

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

#067142 (or 0x067142) is known color: Jewel. HEX triplet: 06, 71 and 42. RGB value is (6,113,66). Sum of RGB (Red+Green+Blue) = 6+113+66=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #067142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067142 is #F98EBD. Grayscale: #4B4B4B. Windows color (decimal): -16355006 or 4354310. OLE color: 4354310.

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

Color convert

RGB 6 113 66 -
CMYK 0.95 0 0.42 0.56
HSL 153.64º 0.9% 0.23% -
HSV(B) 153.64º 0.95% 0.44% -
XYZ 6.96 12.24 7.15 -
YUV 75.65 122.55 78.32 -
System Red Green Blue C M Y K H S L
Decimal 6 113 66 0.95 0 0.42 0.56 153.64 0.9 0.23
Hex 6 71 42 5F 0 2A 38 9A 5A 17
Octal 6 161 102 137 0 52 70 232 132 27
Binary 110 1110001 1000010 1011111 0 101010 111000 10011010 1011010 10111

Color Harmonies of #067142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067142

Black with #067142

Text Example


Text Example

White with #067142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067142; }

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

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

background-color css

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

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

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

border-color css

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

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

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