#0A0B07

Color #0A0B07 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #0A0B07

Tints of Rangoon Green #0A0B07

Color information

#0A0B07 (or 0x0A0B07) is unknown color: approx Rangoon Green. HEX triplet: 0A, 0B and 07. RGB value is (10,11,7). Sum of RGB (Red+Green+Blue) = 10+11+7=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 11 - color contains mainly: green. Hex color #0A0B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B07 is #F5F4F8. Grayscale: #0A0A0A. Windows color (decimal): -16119033 or 461578. OLE color: 461578.

HSL color Cylindrical-coordinate representation of color #0A0B07: hue angle of 75º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0A0B07 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.96.

Color convert

RGB10117-
CMYK0.0900.360.96
HSL75º22.22%3.53%-
HSV(B)75º36.36%4.31%-
XYZ0.280.320.25-
YUV10.24126.17127.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 35.71%
GREEN value IS 11 (4.69% from 255) = 39.29%
BLUE value IS 7 (3.12% from 255) = 25%
R=35.71%
G=39.29%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal101170.0900.360.967522.223.53
HexAB79024604b164
Octal1213711044140113264
Binary10101011111100101001001100000100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,11,7); }

 H1.HeaderClassName
 {
   color: #0A0B07;
 }
 .AnyTagClassName
 {
   color: #0A0B07;
 }
</style>
background-color css

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

 a { background-color: rgb(10,11,7); }

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

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

 span { border-color: rgb(10,11,7); }

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