Html Css Color HEX #08613D Jewel

📋 copy color: '#08613D'

red 8 ◦ green 97 ◦ blue 61

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

Shades of Jewel #08613D

Tints of Jewel #08613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

 BLUE value IS 61 (24.22% from 255) = 36.75%

R = 4.82%
G = 58.43%
B = 36.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#08613D (or 0x08613D) is known color: Jewel. HEX triplet: 08, 61 and 3D. RGB value is (8,97,61). Sum of RGB (Red+Green+Blue) = 8+97+61=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #08613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08613D is #F79EC2. Grayscale: #424242. Windows color (decimal): -16228035 or 4022536. OLE color: 4022536.

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

Color convert

RGB 8 97 61 -
CMYK 0.92 0 0.37 0.62
HSL 155.73º 0.85% 0.21% -
HSV(B) 155.73º 0.92% 0.38% -
XYZ 5.22 8.94 5.87 -
YUV 66.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 8 97 61 0.92 0 0.37 0.62 155.73 0.85 0.21
Hex 8 61 3D 5C 0 25 3E 9C 55 15
Octal 10 141 75 134 0 45 76 234 125 25
Binary 1000 1100001 111101 1011100 0 100101 111110 10011100 1010101 10101

Color Harmonies of #08613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08613D

Black with #08613D

Text Example


Text Example

White with #08613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08613D; }

 p { color: rgb(8,97,61); }

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

background-color css

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

 a { background-color: rgb(8,97,61); }

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

border-color css

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

 span { border-color: rgb(8,97,61); }

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