Html Css Color HEX #0F6142 Jewel

📋 copy color: '#0F6142'

red 15 ◦ green 97 ◦ blue 66

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

Shades of Jewel #0F6142

Tints of Jewel #0F6142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.49%

 BLUE value IS 66 (26.17% from 255) = 37.08%

R = 8.43%
G = 54.49%
B = 37.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#0F6142 (or 0x0F6142) is known color: Jewel. HEX triplet: 0F, 61 and 42. RGB value is (15,97,66). Sum of RGB (Red+Green+Blue) = 15+97+66=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6142 is #F09EBD. Grayscale: #444444. Windows color (decimal): -15769278 or 4350223. OLE color: 4350223.

HSL color Cylindrical-coordinate representation of color #0F6142: hue angle of 157.32º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6142 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 97 66 -
CMYK 0.85 0 0.32 0.62
HSL 157.32º 0.73% 0.22% -
HSV(B) 157.32º 0.85% 0.38% -
XYZ 5.46 9.04 6.61 -
YUV 68.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 15 97 66 0.85 0 0.32 0.62 157.32 0.73 0.22
Hex F 61 42 55 0 20 3E 9D 49 16
Octal 17 141 102 125 0 40 76 235 111 26
Binary 1111 1100001 1000010 1010101 0 100000 111110 10011101 1001001 10110

Color Harmonies of #0F6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6142

Black with #0F6142

Text Example


Text Example

White with #0F6142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,97,66); }

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

background-color css

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

 a { background-color: rgb(15,97,66); }

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

border-color css

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

 span { border-color: rgb(15,97,66); }

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