Html Css Color HEX #0F6125 Crusoe

📋 copy color: '#0F6125'

red 15 ◦ green 97 ◦ blue 37

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

Shades of Crusoe #0F6125

Tints of Crusoe #0F6125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 10.07%
G = 65.1%
B = 24.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#0F6125 (or 0x0F6125) is known color: Crusoe. HEX triplet: 0F, 61 and 25. RGB value is (15,97,37). Sum of RGB (Red+Green+Blue) = 15+97+37=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6125 is #F09EDA. Grayscale: #414141. Windows color (decimal): -15769307 or 2449679. OLE color: 2449679.

HSL color Cylindrical-coordinate representation of color #0F6125: hue angle of 136.1º 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 #0F6125 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 97 37 -
CMYK 0.85 0 0.62 0.62
HSL 136.1º 0.73% 0.22% -
HSV(B) 136.1º 0.85% 0.38% -
XYZ 4.81 8.78 3.19 -
YUV 65.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 15 97 37 0.85 0 0.62 0.62 136.1 0.73 0.22
Hex F 61 25 55 0 3E 3E 88 49 16
Octal 17 141 45 125 0 76 76 210 111 26
Binary 1111 1100001 100101 1010101 0 111110 111110 10001000 1001001 10110

Color Harmonies of #0F6125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6125

Black with #0F6125

Text Example


Text Example

White with #0F6125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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