Html Css Color HEX #0B773F Dark Spring Green

📋 copy color: '#0B773F'

red 11 ◦ green 119 ◦ blue 63

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

Shades of Dark Spring Green #0B773F

Tints of Dark Spring Green #0B773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.66%

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

R = 5.7%
G = 61.66%
B = 32.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#0B773F (or 0x0B773F) is known color: Dark Spring Green. HEX triplet: 0B, 77 and 3F. RGB value is (11,119,63). Sum of RGB (Red+Green+Blue) = 11+119+63=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #0B773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B773F is #F488C0. Grayscale: #505050. Windows color (decimal): -16025793 or 4159243. OLE color: 4159243.

HSL color Cylindrical-coordinate representation of color #0B773F: hue angle of 148.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B773F is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 11 119 63 -
CMYK 0.91 0 0.47 0.53
HSL 148.89º 0.83% 0.25% -
HSV(B) 148.89º 0.91% 0.47% -
XYZ 7.63 13.62 6.93 -
YUV 80.32 118.22 78.55 -
System Red Green Blue C M Y K H S L
Decimal 11 119 63 0.91 0 0.47 0.53 148.89 0.83 0.25
Hex B 77 3F 5B 0 2F 35 95 53 19
Octal 13 167 77 133 0 57 65 225 123 31
Binary 1011 1110111 111111 1011011 0 101111 110101 10010101 1010011 11001

Color Harmonies of #0B773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B773F

Black with #0B773F

Text Example


Text Example

White with #0B773F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,119,63); }

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

background-color css

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

 a { background-color: rgb(11,119,63); }

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

border-color css

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

 span { border-color: rgb(11,119,63); }

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