Html Css Color HEX #08603F Jewel

📋 copy color: '#08603F'

red 8 ◦ green 96 ◦ blue 63

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

Shades of Jewel #08603F

Tints of Jewel #08603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

 BLUE value IS 63 (25% from 255) = 37.72%

R = 4.79%
G = 57.49%
B = 37.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#08603F (or 0x08603F) is known color: Jewel. HEX triplet: 08, 60 and 3F. RGB value is (8,96,63). Sum of RGB (Red+Green+Blue) = 8+96+63=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #08603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08603F is #F79FC0. Grayscale: #414141. Windows color (decimal): -16228289 or 4153352. OLE color: 4153352.

HSL color Cylindrical-coordinate representation of color #08603F: hue angle of 157.5º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08603F is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 63 -
CMYK 0.92 0 0.34 0.62
HSL 157.5º 0.85% 0.2% -
HSV(B) 157.5º 0.92% 0.38% -
XYZ 5.18 8.78 6.12 -
YUV 65.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 8 96 63 0.92 0 0.34 0.62 157.5 0.85 0.2
Hex 8 60 3F 5C 0 22 3E 9E 55 14
Octal 10 140 77 134 0 42 76 236 125 24
Binary 1000 1100000 111111 1011100 0 100010 111110 10011110 1010101 10100

Color Harmonies of #08603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08603F

Black with #08603F

Text Example


Text Example

White with #08603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08603F; }

 p { color: rgb(8,96,63); }

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

background-color css

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

 a { background-color: rgb(8,96,63); }

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

border-color css

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

 span { border-color: rgb(8,96,63); }

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