Html Css Color HEX #0B673D Jewel

📋 copy color: '#0B673D'

red 11 ◦ green 103 ◦ blue 61

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

Shades of Jewel #0B673D

Tints of Jewel #0B673D

RGB

 RED value IS 11 (4.69% from 255) = 6.29%

 GREEN value IS 103 (40.63% from 255) = 58.86%

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

R = 6.29%
G = 58.86%
B = 34.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#0B673D (or 0x0B673D) is known color: Jewel. HEX triplet: 0B, 67 and 3D. RGB value is (11,103,61). Sum of RGB (Red+Green+Blue) = 11+103+61=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #0B673D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B673D is #F498C2. Grayscale: #464646. Windows color (decimal): -16029891 or 4024075. OLE color: 4024075.

HSL color Cylindrical-coordinate representation of color #0B673D: hue angle of 152.61º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B673D is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 11 103 61 -
CMYK 0.89 0 0.41 0.60
HSL 152.61º 0.81% 0.22% -
HSV(B) 152.61º 0.89% 0.4% -
XYZ 5.83 10.11 6.06 -
YUV 70.7 122.52 85.42 -
System Red Green Blue C M Y K H S L
Decimal 11 103 61 0.89 0 0.41 0.60 152.61 0.81 0.22
Hex B 67 3D 59 0 29 3C 99 51 16
Octal 13 147 75 131 0 51 74 231 121 26
Binary 1011 1100111 111101 1011001 0 101001 111100 10011001 1010001 10110

Color Harmonies of #0B673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B673D

Black with #0B673D

Text Example


Text Example

White with #0B673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B673D; }

 p { color: rgb(11,103,61); }

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

background-color css

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

 a { background-color: rgb(11,103,61); }

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

border-color css

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

 span { border-color: rgb(11,103,61); }

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