Html Css Color HEX #0F672F Crusoe

📋 copy color: '#0F672F'

red 15 ◦ green 103 ◦ blue 47

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

Shades of Crusoe #0F672F

Tints of Crusoe #0F672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.42%

 BLUE value IS 47 (18.75% from 255) = 28.48%

R = 9.09%
G = 62.42%
B = 28.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#0F672F (or 0x0F672F) is known color: Crusoe. HEX triplet: 0F, 67 and 2F. RGB value is (15,103,47). Sum of RGB (Red+Green+Blue) = 15+103+47=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 103 (40.62% from 255 or 62.42% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 103 - color contains mainly: green. Hex color #0F672F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F672F is #F098D0. Grayscale: #464646. Windows color (decimal): -15767761 or 3106575. OLE color: 3106575.

HSL color Cylindrical-coordinate representation of color #0F672F: hue angle of 141.82º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F672F is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 103 47 -
CMYK 0.85 0 0.54 0.60
HSL 141.82º 0.75% 0.23% -
HSV(B) 141.82º 0.85% 0.4% -
XYZ 5.56 10.01 4.33 -
YUV 70.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 15 103 47 0.85 0 0.54 0.60 141.82 0.75 0.23
Hex F 67 2F 55 0 36 3C 8E 4B 17
Octal 17 147 57 125 0 66 74 216 113 27
Binary 1111 1100111 101111 1010101 0 110110 111100 10001110 1001011 10111

Color Harmonies of #0F672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F672F

Black with #0F672F

Text Example


Text Example

White with #0F672F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,103,47); }

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

background-color css

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

 a { background-color: rgb(15,103,47); }

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

border-color css

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

 span { border-color: rgb(15,103,47); }

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