Html Css Color HEX #085F43 Jewel

📋 copy color: '#085F43'

red 8 ◦ green 95 ◦ blue 67

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

Shades of Jewel #085F43

Tints of Jewel #085F43

RGB

 RED value IS 8 (3.52% from 255) = 4.71%

 GREEN value IS 95 (37.5% from 255) = 55.88%

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

R = 4.71%
G = 55.88%
B = 39.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#085F43 (or 0x085F43) is known color: Jewel. HEX triplet: 08, 5F and 43. RGB value is (8,95,67). Sum of RGB (Red+Green+Blue) = 8+95+67=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #085F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F43 is #F7A0BC. Grayscale: #414141. Windows color (decimal): -16228541 or 4415240. OLE color: 4415240.

HSL color Cylindrical-coordinate representation of color #085F43: hue angle of 160.69º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F43 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 95 67 -
CMYK 0.92 0 0.29 0.63
HSL 160.69º 0.84% 0.2% -
HSV(B) 160.69º 0.92% 0.37% -
XYZ 5.21 8.64 6.7 -
YUV 65.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 8 95 67 0.92 0 0.29 0.63 160.69 0.84 0.2
Hex 8 5F 43 5C 0 1D 3F A1 54 14
Octal 10 137 103 134 0 35 77 241 124 24
Binary 1000 1011111 1000011 1011100 0 11101 111111 10100001 1010100 10100

Color Harmonies of #085F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F43

Black with #085F43

Text Example


Text Example

White with #085F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085F43; }

 p { color: rgb(8,95,67); }

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

background-color css

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

 a { background-color: rgb(8,95,67); }

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

border-color css

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

 span { border-color: rgb(8,95,67); }

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