Html Css Color HEX #075943 Jewel

📋 copy color: '#075943'

red 7 ◦ green 89 ◦ blue 67

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

Shades of Jewel #075943

Tints of Jewel #075943

RGB

 RED value IS 7 (3.13% from 255) = 4.29%

 GREEN value IS 89 (35.16% from 255) = 54.6%

 BLUE value IS 67 (26.56% from 255) = 41.1%

R = 4.29%
G = 54.6%
B = 41.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#075943 (or 0x075943) is known color: Jewel. HEX triplet: 07, 59 and 43. RGB value is (7,89,67). Sum of RGB (Red+Green+Blue) = 7+89+67=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #075943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075943 is #F8A6BC. Grayscale: #3D3D3D. Windows color (decimal): -16295613 or 4413703. OLE color: 4413703.

HSL color Cylindrical-coordinate representation of color #075943: hue angle of 163.9º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075943 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 89 67 -
CMYK 0.92 0 0.25 0.65
HSL 163.9º 0.85% 0.19% -
HSV(B) 163.9º 0.92% 0.35% -
XYZ 4.67 7.6 6.53 -
YUV 61.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 7 89 67 0.92 0 0.25 0.65 163.9 0.85 0.19
Hex 7 59 43 5C 0 19 41 A4 55 13
Octal 7 131 103 134 0 31 101 244 125 23
Binary 111 1011001 1000011 1011100 0 11001 1000001 10100100 1010101 10011

Color Harmonies of #075943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075943

Black with #075943

Text Example


Text Example

White with #075943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075943; }

 p { color: rgb(7,89,67); }

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

background-color css

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

 a { background-color: rgb(7,89,67); }

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

border-color css

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

 span { border-color: rgb(7,89,67); }

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