Html Css Color HEX #087243 Jewel

📋 copy color: '#087243'

red 8 ◦ green 114 ◦ blue 67

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

Shades of Jewel #087243

Tints of Jewel #087243

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.32%

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

R = 4.23%
G = 60.32%
B = 35.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#087243 (or 0x087243) is known color: Jewel. HEX triplet: 08, 72 and 43. RGB value is (8,114,67). Sum of RGB (Red+Green+Blue) = 8+114+67=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #087243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087243 is #F78DBC. Grayscale: #4D4D4D. Windows color (decimal): -16223677 or 4420104. OLE color: 4420104.

HSL color Cylindrical-coordinate representation of color #087243: hue angle of 153.4º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087243 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 114 67 -
CMYK 0.93 0 0.41 0.55
HSL 153.4º 0.87% 0.24% -
HSV(B) 153.4º 0.93% 0.45% -
XYZ 7.13 12.49 7.35 -
YUV 76.95 122.38 78.82 -
System Red Green Blue C M Y K H S L
Decimal 8 114 67 0.93 0 0.41 0.55 153.4 0.87 0.24
Hex 8 72 43 5D 0 29 37 99 57 18
Octal 10 162 103 135 0 51 67 231 127 30
Binary 1000 1110010 1000011 1011101 0 101001 110111 10011001 1010111 11000

Color Harmonies of #087243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087243

Black with #087243

Text Example


Text Example

White with #087243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087243; }

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

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

background-color css

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

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

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

border-color css

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

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

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