Html Css Color HEX #0F7728 Camarone

📋 copy color: '#0F7728'

red 15 ◦ green 119 ◦ blue 40

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

Shades of Camarone #0F7728

Tints of Camarone #0F7728

RGB

 RED value IS 15 (6.25% from 255) = 8.62%

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 8.62%
G = 68.39%
B = 22.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#0F7728 (or 0x0F7728) is known color: Camarone. HEX triplet: 0F, 77 and 28. RGB value is (15,119,40). Sum of RGB (Red+Green+Blue) = 15+119+40=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7728 is #F088D7. Grayscale: #4F4F4F. Windows color (decimal): -15763672 or 2651919. OLE color: 2651919.

HSL color Cylindrical-coordinate representation of color #0F7728: hue angle of 134.42º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7728 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 119 40 -
CMYK 0.87 0 0.66 0.53
HSL 134.42º 0.78% 0.26% -
HSV(B) 134.42º 0.87% 0.47% -
XYZ 7.18 13.45 4.23 -
YUV 78.9 106.04 82.42 -
System Red Green Blue C M Y K H S L
Decimal 15 119 40 0.87 0 0.66 0.53 134.42 0.78 0.26
Hex F 77 28 57 0 42 35 86 4E 1A
Octal 17 167 50 127 0 102 65 206 116 32
Binary 1111 1110111 101000 1010111 0 1000010 110101 10000110 1001110 11010

Color Harmonies of #0F7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7728

Black with #0F7728

Text Example


Text Example

White with #0F7728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,119,40); }

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

background-color css

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

 a { background-color: rgb(15,119,40); }

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

border-color css

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

 span { border-color: rgb(15,119,40); }

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