#0F7B27

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

Shades of Camarone #0F7B27

Tints of Camarone #0F7B27

Color information

#0F7B27 (or 0x0F7B27) is unknown color: approx Camarone. HEX triplet: 0F, 7B and 27. RGB value is (15,123,39). Sum of RGB (Red+Green+Blue) = 15+123+39=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 123 (48.44% from 255 or 69.49% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7B27 is #F084D8. Grayscale: #515151. Windows color (decimal): -15762649 or 2587407. OLE color: 2587407.

HSL color Cylindrical-coordinate representation of color #0F7B27: hue angle of 133.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B27 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB1512339-
CMYK0.8800.680.52
HSL133.33º78.26%27.06%-
HSV(B)133.33º87.8%48.24%-
XYZ7.6514.414.3-
YUV81.13104.2280.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.47%
GREEN value IS 123 (48.44% from 255) = 69.49%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=8.47%
G=69.49%
B=22.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15123390.8800.680.52133.3378.2627.06
HexF7B275804434854e1b
Octal171734713001046420511633
Binary1111111101110011110110000100010011010010000101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,123,39); }

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

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

 a { background-color: rgb(15,123,39); }

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

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

 span { border-color: rgb(15,123,39); }

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